﻿
//Adds marker to google map by address
function showAddress(address, html, PropId) {  
	
}

function showAddress2(point1, point2, html, PropId) 
{
    
}

function clearMap()
{
   
    
}

function addAddress(point1, point2, html, PropId) 
{
 
}

function displayAddress(PropId)
{
    
}

function createMarker2(point1,point2,name,html) {
   
}

//Creates marker with info window
function createMarker(point,name,html) {
    
}

//Calculate the center as mid point between furthest Lat and Lng
function centerMapOnMarkers(){
    
}

function ZoomOutToFitPoint(LatLng){

	
}


/* JCODE: 03/17/2008
 Not tested Yet */
function centerMapOnMarkerMatchingPropId(PropId){
	
}

function FinalMapCheck(){
	
}

function RemoveMarkers(){
		
}

function InitGMap(){
	
    
}

var geoCallback = function()
{
    
	
}

function AddAddressesByIdStr(geoXmlUrl){
	
}

var click = "click";
var features = [];
      
function Side() {
	//Constructor
}
Side.prototype.addFeatureToFolder = function(a,b) {
	var i = features.length;
	features.push(a);
}
Side.prototype.folderByIndex = function(a) {}
Side.prototype.hasNotYetFinishedRendering = function() {}
Side.prototype.removeFeature = function(a) {}
Side.prototype.createFoldersFromEncoded = function(a,b) {}

// === Instantiate an object of that Class ===
var SideBar = new Side();

function OpenInfoWindowByIndex(indx){
	
}

function RemoveGeoXmlOverlay(){
	
}
function CloseCurrentMarkerInfoWindow(indx)
{}