/* * Copyright (c) 2005-2007 Andriy Bidochko. * http://www.mapbuilder.net * * The script has been generated by MapBuilder.net service and released to the customer under * The GNU General Public License (GPL), which can be found at: http://www.opensource.org/licenses/gpl-license.php * * This program is free software; you can redistribute it and/or modify it under the terms of the * GNU General Public License as published by the Free Software Foundation; * either version 2 of the License, or any later version. * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * for more details. */ //That function will return the element of the array returned by map.getMapTypes() that identifies the current map function getCurrentMapTypeNumber(oMap){ var type=-1; for(var ix=0;ix 2.64 * marker.setTooltip(oOptions.label); * marker.setOpacity((oOptions.opasity ? oOptions.opasity : 100)); */ } else { var marker = new GMarker(point, icon); } GEvent.addListener(marker, "click", function() { marker.openInfoWindowTabsHtml( [ new GInfoWindowTab("Info", html), new GInfoWindowTab("Directions", GetDirectionForm(id)) ]); }); return marker; } // Zoom map to. Used from InfoWindow function ZoomMapTo(num) { // Get current zoom level var currentZoom = map.getZoom(); // Re-center map newzoom = (currentZoom > 17) ? 17 : ((currentZoom == 0) ? 0 : (currentZoom + 1)); //V2-V1 compatability map.setCenter(aLocations[num][3], newzoom); } // Function is called when sidebar item is clicked or we are dealing with group boxes. function myInfoWindowHtml(num) { // Map rendering with open info window is very slow. Lets center map first. map.setCenter(aLocations[num][3]); // Use markeropenInfoWindowHtml(html) aLocations[num][0].openInfoWindowTabsHtml( [ new GInfoWindowTab("Info", aLocations[num][2]), new GInfoWindowTab("Directions", GetDirectionForm(num)) ]); } /* Side Bar */ // Creates a locations list and put it into side bar function createSideBar() { var oUL = document.createElement("ul"); // write links into document. for (var i=0; i[+] Directions: To here - From here
Start address
" } GetGoogleMapsAPIVersion = function() { var v = 0; var scripts = document.getElementsByTagName("SCRIPT") for (var i=0; i"; // Define Marker options = {opasity: 100, label:"4 Seasons Mall"}; InfoHTML = "
4 Seasons Mall
4 Seasons Mall,16367 Highway 550,Montrose,CO,81401
" + footerHtml + "
"; iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_blue.png"; marker = createMarker(point, InfoHTML, iconsm, options, 0); map.addOverlay(marker); aLocations[0] = new Array(marker, "4 Seasons Mall", InfoHTML, point); point = new GLatLng(38.474615554422, -107.88756340742); footerHtml = ""; // Define Marker options = {opasity: 100, label:"A-1 Liquor"}; InfoHTML = "
A-1 Liquor
A-1 Liquor,555 Spring Creek Rd.,Montrose,CO,81401
" + footerHtml + "
"; iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_blue.png"; marker = createMarker(point, InfoHTML, iconsm, options, 1); map.addOverlay(marker); aLocations[1] = new Array(marker, "A-1 Liquor", InfoHTML, point); point = new GLatLng(38.486772708207, -107.86612182856); footerHtml = ""; // Define Marker options = {opasity: 100, label:"America's Best Value Inn"}; InfoHTML = "
America's Best Value Inn
America\'s Best Value Inn,1417 E. Main St. ,Montrose,CO,81401
" + footerHtml + "
"; iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_blue.png"; marker = createMarker(point, InfoHTML, iconsm, options, 2); map.addOverlay(marker); aLocations[2] = new Array(marker, "America's Best Value Inn", InfoHTML, point); point = new GLatLng(38.469760518802, -107.87431061268); footerHtml = ""; // Define Marker options = {opasity: 100, label:"Aquatic Center"}; InfoHTML = "
Aquatic Center
Aquatic Center,25 Colorado Ave.,Montrose,CO,81401
" + footerHtml + "
"; iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_blue.png"; marker = createMarker(point, InfoHTML, iconsm, options, 3); map.addOverlay(marker); aLocations[3] = new Array(marker, "Aquatic Center", InfoHTML, point); point = new GLatLng(38.487925326722, -107.86189466715); footerHtml = ""; // Define Marker options = {opasity: 100, label:"Arby's"}; InfoHTML = "
Arby's
Arby\'s,1701 E. Main St. ,Montrose,CO,81401
" + footerHtml + "
"; iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_blue.png"; marker = createMarker(point, InfoHTML, iconsm, options, 4); map.addOverlay(marker); aLocations[4] = new Array(marker, "Arby's", InfoHTML, point); point = new GLatLng(38.479701231598, -107.87885695696); footerHtml = ""; // Define Marker options = {opasity: 100, label:"Backstreet Bagel"}; InfoHTML = "
Backstreet Bagel
Backstreet Bagel,127 N. Townsend Ave.,Montrose,CO,81401
" + footerHtml + "
"; iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_blue.png"; marker = createMarker(point, InfoHTML, iconsm, options, 5); map.addOverlay(marker); aLocations[5] = new Array(marker, "Backstreet Bagel", InfoHTML, point); point = new GLatLng(38.48310058204, -107.87138432264); footerHtml = ""; // Define Marker options = {opasity: 100, label:"Big J Jewelry"}; InfoHTML = "
Big J Jewelry
Big J Jewelry,900 E. Main St. ,Montrose,CO,81401
" + footerHtml + "
"; iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_blue.png"; marker = createMarker(point, InfoHTML, iconsm, options, 6); map.addOverlay(marker); aLocations[6] = new Array(marker, "Big J Jewelry", InfoHTML, point); point = new GLatLng(38.498409319565, -107.89739906788); footerHtml = ""; // Define Marker options = {opasity: 100, label:"Black Canyon Jet Center"}; InfoHTML = "
Black Canyon Jet Center
Black Canyon Jet Center,2000 Airport Rd.,Montrose,CO,81401
" + footerHtml + "
"; iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_blue.png"; marker = createMarker(point, InfoHTML, iconsm, options, 7); map.addOverlay(marker); aLocations[7] = new Array(marker, "Black Canyon Jet Center", InfoHTML, point); point = new GLatLng(38.488435496244, -107.85440593958); footerHtml = ""; // Define Marker options = {opasity: 100, label:"Blair's Truck Stop"}; InfoHTML = "
Blair's Truck Stop
Blair\'s Truck Stop,2127 E. Main St. ,Montrose,CO,81401
" + footerHtml + "
"; iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_blue.png"; marker = createMarker(point, InfoHTML, iconsm, options, 8); map.addOverlay(marker); aLocations[8] = new Array(marker, "Blair's Truck Stop", InfoHTML, point); point = new GLatLng(38.470373716078, -107.86823272705); footerHtml = ""; // Define Marker options = {opasity: 100, label:"Bradley's Food Mart"}; InfoHTML = "
Bradley's Food Mart
Bradley\'s Food Mart,1103 S. Townsend Ave.,Montrose,CO,81401
" + footerHtml + "
"; iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_blue.png"; marker = createMarker(point, InfoHTML, iconsm, options, 9); map.addOverlay(marker); aLocations[9] = new Array(marker, "Bradley's Food Mart", InfoHTML, point); point = new GLatLng(38.48047602045, -107.87972599268); footerHtml = ""; // Define Marker options = {opasity: 100, label:"Burger King"}; InfoHTML = "
Burger King
Burger King,229 N. Townsend Ave.,Montrose,CO,81401
" + footerHtml + "
"; iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_blue.png"; marker = createMarker(point, InfoHTML, iconsm, options, 10); map.addOverlay(marker); aLocations[10] = new Array(marker, "Burger King", InfoHTML, point); point = new GLatLng(38.490287192313, -107.89030194283); footerHtml = ""; // Define Marker options = {opasity: 100, label:"Bus Station"}; InfoHTML = "
Bus Station
Bus Station,1360 N. Townsend Ave,Montrose,CO,81401
" + footerHtml + "
"; iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_blue.png"; marker = createMarker(point, InfoHTML, iconsm, options, 11); map.addOverlay(marker); aLocations[11] = new Array(marker, "Bus Station", InfoHTML, point); point = new GLatLng(38.485378624022, -107.86816298962); footerHtml = ""; // Define Marker options = {opasity: 100, label:"Canyon Trails Inn"}; InfoHTML = "
Canyon Trails Inn
Canyon Trails Inn,1225 E. Main St.,Montrose,CO,81401
" + footerHtml + "
"; iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_blue.png"; marker = createMarker(point, InfoHTML, iconsm, options, 12); map.addOverlay(marker); aLocations[12] = new Array(marker, "Canyon Trails Inn", InfoHTML, point); point = new GLatLng(38.450858045642, -107.87014245987); footerHtml = ""; // Define Marker options = {opasity: 100, label:"Carnival's Eatery"}; InfoHTML = "
Carnival's Eatery
Carnival\'s Eatery, 1400 Ogden Rd., Montrose,CO,81401
" + footerHtml + "
"; iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_blue.png"; marker = createMarker(point, InfoHTML, iconsm, options, 13); map.addOverlay(marker); aLocations[13] = new Array(marker, "Carnival's Eatery", InfoHTML, point); point = new GLatLng(38.484228, -107.8837196); footerHtml = ""; // Define Marker options = {opasity: 100, label:"Casa De Mehas"}; InfoHTML = "
Casa De Mehas
Casa De Mehas, 710 N. Townsend Ave., Montrose, CO, 81401
" + footerHtml + "
"; iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_blue.png"; marker = createMarker(point, InfoHTML, iconsm, options, 14); map.addOverlay(marker); aLocations[14] = new Array(marker, "Casa De Mehas", InfoHTML, point); point = new GLatLng(38.465606599955, -107.8663417697); footerHtml = ""; // Define Marker options = {opasity: 100, label:"CB Liquor"}; InfoHTML = "
CB Liquor
CB Liquor,1912 S. Townsend Ave.,Montrose,CO,81401
" + footerHtml + "
"; iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_blue.png"; marker = createMarker(point, InfoHTML, iconsm, options, 15); map.addOverlay(marker); aLocations[15] = new Array(marker, "CB Liquor", InfoHTML, point); point = new GLatLng(38.486459881422, -107.85904347897); footerHtml = ""; // Define Marker options = {opasity: 100, label:"Cedar Creek RV"}; InfoHTML = "
Cedar Creek RV
Cedar Creek RV,123 Rose Lane,Montrose,CO,81401
" + footerHtml + "
"; iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_blue.png"; marker = createMarker(point, InfoHTML, iconsm, options, 16); map.addOverlay(marker); aLocations[16] = new Array(marker, "Cedar Creek RV", InfoHTML, point); point = new GLatLng(38.345644745753, -107.79089927673); footerHtml = ""; // Define Marker options = {opasity: 100, label:"Centennial RV Park"}; InfoHTML = "
Centennial RV Park
Centennial RV Park,23449 S. Highway 550,Montrose,CO,81401
" + footerHtml + "
"; iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_blue.png"; marker = createMarker(point, InfoHTML, iconsm, options, 17); map.addOverlay(marker); aLocations[17] = new Array(marker, "Centennial RV Park", InfoHTML, point); point = new GLatLng(38.482716352195, -107.87203073502); footerHtml = ""; // Define Marker options = {opasity: 100, label:"Coffee Trader"}; InfoHTML = "
Coffee Trader
Coffee Trader,845 E. Main St. ,Montrose,CO,81401
" + footerHtml + "
"; iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_blue.png"; marker = createMarker(point, InfoHTML, iconsm, options, 18); map.addOverlay(marker); aLocations[18] = new Array(marker, "Coffee Trader", InfoHTML, point); point = new GLatLng(38.325499886666, -107.77850210667); footerHtml = ""; // Define Marker options = {opasity: 100, label:"Colona Store"}; InfoHTML = "
Colona Store
Colona Store,36926 S. Highway 550,Montrose,CO,81401
" + footerHtml + "
"; iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_blue.png"; marker = createMarker(point, InfoHTML, iconsm, options, 19); map.addOverlay(marker); aLocations[19] = new Array(marker, "Colona Store", InfoHTML, point); point = new GLatLng(38.48039833197, -107.87734687328); footerHtml = ""; // Define Marker options = {opasity: 100, label:"Columbine Copy Center"}; InfoHTML = "
Columbine Copy Center
Columbine Copy Center,419 N. 1st St.,Montrose,CO,81401
" + footerHtml + "
"; iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_blue.png"; marker = createMarker(point, InfoHTML, iconsm, options, 20); map.addOverlay(marker); aLocations[20] = new Array(marker, "Columbine Copy Center", InfoHTML, point); point = new GLatLng(38.479081814467, -107.87721812725); footerHtml = ""; // Define Marker options = {opasity: 100, label:"Daily Bread"}; InfoHTML = "
Daily Bread
Daily Bread,346 E. Main St.,Montrose,CO,81401
" + footerHtml + "
"; iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_blue.png"; marker = createMarker(point, InfoHTML, iconsm, options, 21); map.addOverlay(marker); aLocations[21] = new Array(marker, "Daily Bread", InfoHTML, point); point = new GLatLng(38.473918398129, -107.87231504917); footerHtml = ""; // Define Marker options = {opasity: 100, label:"Daylight Donuts"}; InfoHTML = "
Daylight Donuts
Daylight Donuts,633 S. Townsend Ave.,Montrose,CO,81401
" + footerHtml + "
"; iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_blue.png"; marker = createMarker(point, InfoHTML, iconsm, options, 22); map.addOverlay(marker); aLocations[22] = new Array(marker, "Daylight Donuts", InfoHTML, point); point = new GLatLng(38.475367299739, -107.87391901016); footerHtml = ""; // Define Marker options = {opasity: 100, label:"DeAngelo's"}; InfoHTML = "
DeAngelo's
DeAngelo\'s,435 S. Townsend Ave.,Montrose,CO,81401
" + footerHtml + "
"; iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_blue.png"; marker = createMarker(point, InfoHTML, iconsm, options, 23); map.addOverlay(marker); aLocations[23] = new Array(marker, "DeAngelo's", InfoHTML, point); point = new GLatLng(38.455766863953, -107.8653010726); footerHtml = ""; // Define Marker options = {opasity: 100, label:"Denny's"}; InfoHTML = "
Denny's
Denny\'s,1515 Venture Way,Montrose,CO,81401
" + footerHtml + "
"; iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_blue.png"; marker = createMarker(point, InfoHTML, iconsm, options, 24); map.addOverlay(marker); aLocations[24] = new Array(marker, "Denny's", InfoHTML, point); point = new GLatLng(38.488084886302, -107.85885572433); footerHtml = ""; // Define Marker options = {opasity: 100, label:"Dollar General"}; InfoHTML = "
Dollar General
Dollar General,1840 E. Main St. ,Montrose,CO,81401
" + footerHtml + "
"; iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_blue.png"; marker = createMarker(point, InfoHTML, iconsm, options, 25); map.addOverlay(marker); aLocations[25] = new Array(marker, "Dollar General", InfoHTML, point); point = new GLatLng(38.447316431473, -107.86343693733); footerHtml = ""; // Define Marker options = {opasity: 100, label:"Dollar Tree"}; InfoHTML = "
Dollar Tree
Dollar Tree,1601 Oxbow Dr.,Montrose,CO,81401
" + footerHtml + "
"; iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_blue.png"; marker = createMarker(point, InfoHTML, iconsm, options, 26); map.addOverlay(marker); aLocations[26] = new Array(marker, "Dollar Tree", InfoHTML, point); point = new GLatLng(38.477767372685, -107.87666559219); footerHtml = ""; // Define Marker options = {opasity: 100, label:"Downtown City Market"}; InfoHTML = "
Downtown City Market
Downtown City Market,128 S. Townsend Ave.,Montrose,CO,81401
" + footerHtml + "
"; iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_blue.png"; marker = createMarker(point, InfoHTML, iconsm, options, 27); map.addOverlay(marker); aLocations[27] = new Array(marker, "Downtown City Market", InfoHTML, point); point = new GLatLng(38.484013907058, -107.87013709545); footerHtml = ""; // Define Marker options = {opasity: 100, label:"Downtown McDonalds Rack"}; InfoHTML = "
Downtown McDonalds Rack
Downtown McDonalds Rack,1035 E. Main St. ,Montrose,CO,81401
" + footerHtml + "
"; iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_blue.png"; marker = createMarker(point, InfoHTML, iconsm, options, 28); map.addOverlay(marker); aLocations[28] = new Array(marker, "Downtown McDonalds Rack", InfoHTML, point); point = new GLatLng(38.4804615, -107.8795191); footerHtml = ""; // Define Marker options = {opasity: 100, label:"Dragon Wall "}; InfoHTML = "
Dragon Wall
Dragon Wall , 216 N. Townsend Ave., Montrose, CO, 81401
" + footerHtml + "
"; iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_blue.png"; marker = createMarker(point, InfoHTML, iconsm, options, 29); map.addOverlay(marker); aLocations[29] = new Array(marker, "Dragon Wall ", InfoHTML, point); point = new GLatLng(38.484177674458, -107.88364201784); footerHtml = ""; // Define Marker options = {opasity: 100, label:"Drive In Liquor"}; InfoHTML = "
Drive In Liquor
Drive In Liquor,700 N. Townsend Ave.,Montrose,CO,81401
" + footerHtml + "
"; iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_blue.png"; marker = createMarker(point, InfoHTML, iconsm, options, 30); map.addOverlay(marker); aLocations[30] = new Array(marker, "Drive In Liquor", InfoHTML, point); point = new GLatLng(38.47125360306, -107.87086933851); footerHtml = ""; // Define Marker options = {opasity: 100, label:"El Dorado Bakery"}; InfoHTML = "
El Dorado Bakery
El Dorado Bakery,\"221 Colorado Ave, Suite A \",Montrose,CO,81401
" + footerHtml + "
"; iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_blue.png"; marker = createMarker(point, InfoHTML, iconsm, options, 31); map.addOverlay(marker); aLocations[31] = new Array(marker, "El Dorado Bakery", InfoHTML, point); point = new GLatLng(38.4862006, -107.8858117); footerHtml = ""; // Define Marker options = {opasity: 100, label:"Family Dollar"}; InfoHTML = "
Family Dollar
Family Dollar, 940 N. Townsend Ave, Montrose, CO, 81401
" + footerHtml + "
"; iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_blue.png"; marker = createMarker(point, InfoHTML, iconsm, options, 32); map.addOverlay(marker); aLocations[32] = new Array(marker, "Family Dollar", InfoHTML, point); point = new GLatLng(38.478244018082, -107.8789588809); footerHtml = ""; // Define Marker options = {opasity: 100, label:"Fiesta Guadalajara"}; InfoHTML = "
Fiesta Guadalajara
Fiesta Guadalajara,26 N. Selig Ave.,Montrose,CO,81401
" + footerHtml + "
"; iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_blue.png"; marker = createMarker(point, InfoHTML, iconsm, options, 33); map.addOverlay(marker); aLocations[33] = new Array(marker, "Fiesta Guadalajara", InfoHTML, point); point = new GLatLng(38.497147710347, -107.89795160294); footerHtml = ""; // Define Marker options = {opasity: 100, label:"Hampton Inn"}; InfoHTML = "
Hampton Inn
Hampton Inn,1980 N. Townsend Ave.,Montrose,CO,81401
" + footerHtml + "
"; iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_blue.png"; marker = createMarker(point, InfoHTML, iconsm, options, 34); map.addOverlay(marker); aLocations[34] = new Array(marker, "Hampton Inn", InfoHTML, point); point = new GLatLng(38.433133529238, -107.86602795124); footerHtml = ""; // Define Marker options = {opasity: 100, label:"Hanging Tree"}; InfoHTML = "
Hanging Tree
Hanging Tree,17250 S. Highway 550,Montrose,CO,81401
" + footerHtml + "
"; iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_blue.png"; marker = createMarker(point, InfoHTML, iconsm, options, 35); map.addOverlay(marker); aLocations[35] = new Array(marker, "Hanging Tree", InfoHTML, point); point = new GLatLng(38.462296733992, -107.86625862122); footerHtml = ""; // Define Marker options = {opasity: 100, label:"Hastings"}; InfoHTML = "
Hastings
Hastings,2201 S. Townsend Ave.,Montrose,CO,81401
" + footerHtml + "
"; iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_blue.png"; marker = createMarker(point, InfoHTML, iconsm, options, 36); map.addOverlay(marker); aLocations[36] = new Array(marker, "Hastings", InfoHTML, point); point = new GLatLng(38.4864892746, -107.86654293537); footerHtml = ""; // Define Marker options = {opasity: 100, label:"Highlander Laundry"}; InfoHTML = "
Highlander Laundry
Highlander Laundry,1347 E. Main St. ,Montrose,CO,81401
" + footerHtml + "
"; iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_blue.png"; marker = createMarker(point, InfoHTML, iconsm, options, 37); map.addOverlay(marker); aLocations[37] = new Array(marker, "Highlander Laundry", InfoHTML, point); point = new GLatLng(38.468450107145, -107.86650806665); footerHtml = ""; // Define Marker options = {opasity: 100, label:"Holiday Inn and Suites"}; InfoHTML = "
Holiday Inn and Suites
Holiday Inn and Suites,1391 S. Townsend Ave.,Montrose,CO,81401
" + footerHtml + "
"; iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_blue.png"; marker = createMarker(point, InfoHTML, iconsm, options, 38); map.addOverlay(marker); aLocations[38] = new Array(marker, "Holiday Inn and Suites", InfoHTML, point); point = new GLatLng(38.487247194564, -107.86511600018); footerHtml = ""; // Define Marker options = {opasity: 100, label:"House of Spirits"}; InfoHTML = "
House of Spirits
House of Spirits,1518 E. Main St. ,Montrose,CO,81401
" + footerHtml + "
"; iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_blue.png"; marker = createMarker(point, InfoHTML, iconsm, options, 39); map.addOverlay(marker); aLocations[39] = new Array(marker, "House of Spirits", InfoHTML, point); point = new GLatLng(38.496652297025, -107.89739906788); footerHtml = ""; // Define Marker options = {opasity: 100, label:"Humdinger's Travel"}; InfoHTML = "
Humdinger's Travel
Humdinger\'s Travel,1910 N. Townsend Ave.,Montrose,CO,81401
" + footerHtml + "
"; iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_blue.png"; marker = createMarker(point, InfoHTML, iconsm, options, 40); map.addOverlay(marker); aLocations[40] = new Array(marker, "Humdinger's Travel", InfoHTML, point); point = new GLatLng(38.451920916102, -107.86610841751); footerHtml = ""; // Define Marker options = {opasity: 100, label:"Java Express"}; InfoHTML = "
Java Express
Java Express Coffee Cart, Montrose CO,81401
" + footerHtml + "
"; iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_blue.png"; marker = createMarker(point, InfoHTML, iconsm, options, 41); map.addOverlay(marker); aLocations[41] = new Array(marker, "Java Express", InfoHTML, point); point = new GLatLng(38.481872299113, -107.88126021624); footerHtml = ""; // Define Marker options = {opasity: 100, label:"JJ's Taste of Chicago"}; InfoHTML = "
JJ's Taste of Chicago
JJ\'s Taste of Chicago,411 N. Townsend Ave.,Montrose,CO,81401
" + footerHtml + "
"; iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_blue.png"; marker = createMarker(point, InfoHTML, iconsm, options, 42); map.addOverlay(marker); aLocations[42] = new Array(marker, "JJ's Taste of Chicago", InfoHTML, point); point = new GLatLng(38.478334307383, -107.87829905748); footerHtml = ""; // Define Marker options = {opasity: 100, label:"Jovis Coffee"}; InfoHTML = "
Jovis Coffee
Jovis Coffee,242 E. Main St.,Montrose,CO,81401
" + footerHtml + "
"; iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_blue.png"; marker = createMarker(point, InfoHTML, iconsm, options, 43); map.addOverlay(marker); aLocations[43] = new Array(marker, "Jovis Coffee", InfoHTML, point); point = new GLatLng(38.489117816092, -107.89157599211); footerHtml = ""; // Define Marker options = {opasity: 100, label:"Justice Center"}; InfoHTML = "
Justice Center
Justice Center,1200 N. Grand,Montrose,CO,81401
" + footerHtml + "
"; iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_blue.png"; marker = createMarker(point, InfoHTML, iconsm, options, 44); map.addOverlay(marker); aLocations[44] = new Array(marker, "Justice Center", InfoHTML, point); point = new GLatLng(38.447108466519, -107.86441326141); footerHtml = ""; // Define Marker options = {opasity: 100, label:"Maui Wowi"}; InfoHTML = "
Maui Wowi
Maui Wowi,\"1541 Oxbow Dr., Suite 2F\",Montrose,CO,81401
" + footerHtml + "
"; iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_blue.png"; marker = createMarker(point, InfoHTML, iconsm, options, 45); map.addOverlay(marker); aLocations[45] = new Array(marker, "Maui Wowi", InfoHTML, point); point = new GLatLng(38.500248164641, -107.8994885087); footerHtml = ""; // Define Marker options = {opasity: 100, label:"Montrose Airport"}; InfoHTML = "
Montrose Airport
Montrose Airport,2100 Airport Rd,Montrose,CO,81401
" + footerHtml + "
"; iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_blue.png"; marker = createMarker(point, InfoHTML, iconsm, options, 46); map.addOverlay(marker); aLocations[46] = new Array(marker, "Montrose Airport", InfoHTML, point); point = new GLatLng(38.4872807864, -107.86514550447); footerHtml = ""; // Define Marker options = {opasity: 100, label:"Montrose Chamber of Commerce"}; InfoHTML = "
Montrose Chamber of Commerce
Montrose Chamber of Commerce,1519 E. Main St. ,Montrose,CO,81401
" + footerHtml + "
"; iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_blue.png"; marker = createMarker(point, InfoHTML, iconsm, options, 47); map.addOverlay(marker); aLocations[47] = new Array(marker, "Montrose Chamber of Commerce", InfoHTML, point); point = new GLatLng(38.517125141849, -107.91962116957); footerHtml = ""; // Define Marker options = {opasity: 100, label:"Montrose Daily Press"}; InfoHTML = "
Montrose Daily Press
Montrose Daily Press,3684 N. Townsend Ave.,Montrose,CO,81401
" + footerHtml + "
"; iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_blue.png"; marker = createMarker(point, InfoHTML, iconsm, options, 48); map.addOverlay(marker); aLocations[48] = new Array(marker, "Montrose Daily Press", InfoHTML, point); point = new GLatLng(38.480068679924, -107.86929488182); footerHtml = ""; // Define Marker options = {opasity: 100, label:"Montrose Memorial Hospital Visitor's Center"}; InfoHTML = "
Montrose Memorial Hospital Visitor's Center
Montrose Memorial Hospital Visitor\'s Center,800 S. 3rd St.,Montrose,CO,81401
" + footerHtml + "
"; iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_blue.png"; marker = createMarker(point, InfoHTML, iconsm, options, 49); map.addOverlay(marker); aLocations[49] = new Array(marker, "Montrose Memorial Hospital Visitor's Center", InfoHTML, point); point = new GLatLng(38.488124776142, -107.8679484129); footerHtml = ""; // Define Marker options = {opasity: 100, label:"Montrose RV Park"}; InfoHTML = "
Montrose RV Park
Montrose RV Park,200 Cedar Ave.,Montrose,CO,81401
" + footerHtml + "
"; iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_blue.png"; marker = createMarker(point, InfoHTML, iconsm, options, 50); map.addOverlay(marker); aLocations[50] = new Array(marker, "Montrose RV Park", InfoHTML, point); point = new GLatLng(38.482038171021, -107.87948459387); footerHtml = ""; // Define Marker options = {opasity: 100, label:"Noon & Night"}; InfoHTML = "
Noon & Night
Noon & Night,330 S. Cascade,Montrose,CO,81401
" + footerHtml + "
"; iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_blue.png"; marker = createMarker(point, InfoHTML, iconsm, options, 51); map.addOverlay(marker); aLocations[51] = new Array(marker, "Noon & Night", InfoHTML, point); point = new GLatLng(38.4794039, -107.8938869); footerHtml = ""; // Define Marker options = {opasity: 100, label:"Northbrook Villa (North Entrance)"}; InfoHTML = "
Northbrook Villa (North Entrance)
Northbrook Villa (North Entrance), 14747 Marine Rd., Montrose, CO, 81401
" + footerHtml + "
"; iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_blue.png"; marker = createMarker(point, InfoHTML, iconsm, options, 52); map.addOverlay(marker); aLocations[52] = new Array(marker, "Northbrook Villa (North Entrance)", InfoHTML, point); point = new GLatLng(38.478552681041, -107.89393365383); footerHtml = ""; // Define Marker options = {opasity: 100, label:"Northbrook Villa (South Entrance)"}; InfoHTML = "
Northbrook Villa (South Entrance)
Northbrook Villa (South Entrance),14747 Marine Rd.,Montrose,CO,81401
" + footerHtml + "
"; iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_blue.png"; marker = createMarker(point, InfoHTML, iconsm, options, 53); map.addOverlay(marker); aLocations[53] = new Array(marker, "Northbrook Villa (South Entrance)", InfoHTML, point); point = new GLatLng(38.480041383827, -107.87399947643); footerHtml = ""; // Define Marker options = {opasity: 100, label:"Old Daily Press Building Rack"}; InfoHTML = "
Old Daily Press Building Rack
Old Daily Press Building Rack,535 S. 1st St.,Montrose,CO,81401
" + footerHtml + "
"; iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_blue.png"; marker = createMarker(point, InfoHTML, iconsm, options, 54); map.addOverlay(marker); aLocations[54] = new Array(marker, "Old Daily Press Building Rack", InfoHTML, point); point = new GLatLng(38.48400550872, -107.85716056824); footerHtml = ""; // Define Marker options = {opasity: 100, label:"Paradise Village"}; InfoHTML = "
Paradise Village
Paradise Village,383 S. Hillcrest St.,Montrose,CO,81401
" + footerHtml + "
"; iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_blue.png"; marker = createMarker(point, InfoHTML, iconsm, options, 55); map.addOverlay(marker); aLocations[55] = new Array(marker, "Paradise Village", InfoHTML, point); point = new GLatLng(38.48597069319, -107.86727249622); footerHtml = ""; // Define Marker options = {opasity: 100, label:"Phillips 66"}; InfoHTML = "
Phillips 66
Phillips 66,1301 E. Main St. ,Montrose,CO,81401
" + footerHtml + "
"; iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_blue.png"; marker = createMarker(point, InfoHTML, iconsm, options, 56); map.addOverlay(marker); aLocations[56] = new Array(marker, "Phillips 66", InfoHTML, point); point = new GLatLng(38.478170526706, -107.87668168545); footerHtml = ""; // Define Marker options = {opasity: 100, label:"Post Office"}; InfoHTML = "
Post Office
Post Office,321 S. 1st St.,Montrose,CO,81401
" + footerHtml + "
"; iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_blue.png"; marker = createMarker(point, InfoHTML, iconsm, options, 57); map.addOverlay(marker); aLocations[57] = new Array(marker, "Post Office", InfoHTML, point); point = new GLatLng(38.4746929, -107.8955321); footerHtml = ""; // Define Marker options = {opasity: 100, label:"Pour House"}; InfoHTML = "
Pour House
Pour House, 10 Bristlecone Dr, Montrose, CO, 81401
" + footerHtml + "
"; iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_blue.png"; marker = createMarker(point, InfoHTML, iconsm, options, 58); map.addOverlay(marker); aLocations[58] = new Array(marker, "Pour House", InfoHTML, point); point = new GLatLng(38.485111981354, -107.8846129775); footerHtml = ""; // Define Marker options = {opasity: 100, label:"Q & T Foods #1"}; InfoHTML = "
Q & T Foods #1
Q & T Foods #1,820 N. Townsend Ave.,Montrose,CO,81401
" + footerHtml + "
"; iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_blue.png"; marker = createMarker(point, InfoHTML, iconsm, options, 59); map.addOverlay(marker); aLocations[59] = new Array(marker, "Q & T Foods #1", InfoHTML, point); point = new GLatLng(38.474600855413, -107.89312899113); footerHtml = ""; // Define Marker options = {opasity: 100, label:"Q & T Foods #2"}; InfoHTML = "
Q & T Foods #2
Q & T Foods #2,950 Spring Creek Rd.,Montrose,CO,81401
" + footerHtml + "
"; iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_blue.png"; marker = createMarker(point, InfoHTML, iconsm, options, 60); map.addOverlay(marker); aLocations[60] = new Array(marker, "Q & T Foods #2", InfoHTML, point); point = new GLatLng(38.467148071978, -107.86618351936); footerHtml = ""; // Define Marker options = {opasity: 100, label:"Q & T Foods #3"}; InfoHTML = "
Q & T Foods #3
Q & T Foods #3,1803 S. Townsend Ave.,Montrose,CO,81401
" + footerHtml + "
"; iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_blue.png"; marker = createMarker(point, InfoHTML, iconsm, options, 61); map.addOverlay(marker); aLocations[61] = new Array(marker, "Q & T Foods #3", InfoHTML, point); point = new GLatLng(38.483776653626, -107.87049919367); footerHtml = ""; // Define Marker options = {opasity: 100, label:"Q & T Foods #4"}; InfoHTML = "
Q & T Foods #4
Q & T Foods #4,1001 E. Main St. ,Montrose,CO,81401
" + footerHtml + "
"; iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_blue.png"; marker = createMarker(point, InfoHTML, iconsm, options, 62); map.addOverlay(marker); aLocations[62] = new Array(marker, "Q & T Foods #4", InfoHTML, point); point = new GLatLng(38.455046420731, -107.86730736494); footerHtml = ""; // Define Marker options = {opasity: 100, label:"Quality Inn & Suites"}; InfoHTML = "
Quality Inn & Suites
Quality Inn & Suites,2751 Commercial Way,Montrose,CO,81401
" + footerHtml + "
"; iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_blue.png"; marker = createMarker(point, InfoHTML, iconsm, options, 63); map.addOverlay(marker); aLocations[63] = new Array(marker, "Quality Inn & Suites", InfoHTML, point); point = new GLatLng(38.487864442052, -107.86207437515); footerHtml = ""; // Define Marker options = {opasity: 100, label:"Red Arrow Hotel"}; InfoHTML = "
Red Arrow Hotel
Red Arrow Hotel,1702 E. Main St. ,Montrose,CO,81401
" + footerHtml + "
"; iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_blue.png"; marker = createMarker(point, InfoHTML, iconsm, options, 64); map.addOverlay(marker); aLocations[64] = new Array(marker, "Red Arrow Hotel", InfoHTML, point); point = new GLatLng(38.486747514154, -107.86616206169); footerHtml = ""; // Define Marker options = {opasity: 100, label:"Red Barn"}; InfoHTML = "
Red Barn
Red Barn,1413 E. Main St. ,Montrose,CO,81401
" + footerHtml + "
"; iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_blue.png"; marker = createMarker(point, InfoHTML, iconsm, options, 65); map.addOverlay(marker); aLocations[65] = new Array(marker, "Red Barn", InfoHTML, point); point = new GLatLng(38.503749397393, -107.91424870491); footerHtml = ""; // Define Marker options = {opasity: 100, label:"River Meadows Trailer Park"}; InfoHTML = "
River Meadows Trailer Park
River Meadows Trailer Park,62880 W. La Salle Rd ,Montrose,CO,81401
" + footerHtml + "
"; iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_blue.png"; marker = createMarker(point, InfoHTML, iconsm, options, 66); map.addOverlay(marker); aLocations[66] = new Array(marker, "River Meadows Trailer Park", InfoHTML, point); point = new GLatLng(38.463451844064, -107.86746293306); footerHtml = ""; // Define Marker options = {opasity: 100, label:"Russell Stover\ufffds"}; InfoHTML = "
Russell Stover�s
Russell Stover�s,2185 Stover Ave.,Montrose,CO,81401
" + footerHtml + "
"; iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_blue.png"; marker = createMarker(point, InfoHTML, iconsm, options, 67); map.addOverlay(marker); aLocations[67] = new Array(marker, "Russell Stover�s", InfoHTML, point); point = new GLatLng(38.468595009605, -107.8665804863); footerHtml = ""; // Define Marker options = {opasity: 100, label:"Safeway"}; InfoHTML = "
Safeway
Safeway,1329 S. Townsend Ave.,Montrose,CO,81401
" + footerHtml + "
"; iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_blue.png"; marker = createMarker(point, InfoHTML, iconsm, options, 68); map.addOverlay(marker); aLocations[68] = new Array(marker, "Safeway", InfoHTML, point); point = new GLatLng(38.4681599, -107.8664453); footerHtml = ""; // Define Marker options = {opasity: 100, label:"Safeway (Gas Station)"}; InfoHTML = "
Safeway (Gas Station)
Safeway (Gas Station), 1329 S. Townsend Ave., Montrose, CO, 81401
" + footerHtml + "
"; iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_blue.png"; marker = createMarker(point, InfoHTML, iconsm, options, 69); map.addOverlay(marker); aLocations[69] = new Array(marker, "Safeway (Gas Station)", InfoHTML, point); point = new GLatLng(38.46113740492, -107.86624521017); footerHtml = ""; // Define Marker options = {opasity: 100, label:"Shop N Lube"}; InfoHTML = "
Shop N Lube
Shop N Lube,2301 S. Townsend Ave.,Montrose,CO,81401
" + footerHtml + "
"; iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_blue.png"; marker = createMarker(point, InfoHTML, iconsm, options, 70); map.addOverlay(marker); aLocations[70] = new Array(marker, "Shop N Lube", InfoHTML, point); point = new GLatLng(38.453393364922, -107.86612182856); footerHtml = ""; // Define Marker options = {opasity: 100, label:"South City Market (Gas Station)"}; InfoHTML = "
South City Market (Gas Station)
South City Market (Gas Station),16400 S. Townsend Ave.,Montrose,CO,81401
" + footerHtml + "
"; iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_blue.png"; marker = createMarker(point, InfoHTML, iconsm, options, 71); map.addOverlay(marker); aLocations[71] = new Array(marker, "South City Market (Gas Station)", InfoHTML, point); point = new GLatLng(38.453397565874, -107.86620229483); footerHtml = ""; // Define Marker options = {opasity: 100, label:"South City Market (Inside)"}; InfoHTML = "
South City Market (Inside)
South City Market (Inside),16400 S. Townsend Ave.,Montrose,CO,81401
" + footerHtml + "
"; iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_blue.png"; marker = createMarker(point, InfoHTML, iconsm, options, 72); map.addOverlay(marker); aLocations[72] = new Array(marker, "South City Market (Inside)", InfoHTML, point); point = new GLatLng(38.454571722431, -107.86666363478); footerHtml = ""; // Define Marker options = {opasity: 100, label:"South McDonalds (Inside)"}; InfoHTML = "
South McDonalds (Inside)
South McDonalds (Inside),1451 Odelle Rd.,Montrose,CO,81401
" + footerHtml + "
"; iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_blue.png"; marker = createMarker(point, InfoHTML, iconsm, options, 73); map.addOverlay(marker); aLocations[73] = new Array(marker, "South McDonalds (Inside)", InfoHTML, point); point = new GLatLng(38.45450450826, -107.8666716814); footerHtml = ""; // Define Marker options = {opasity: 100, label:"South McDonalds Rack"}; InfoHTML = "
South McDonalds Rack
South McDonalds Rack,1451 Odelle Rd.,Montrose,CO,81401
" + footerHtml + "
"; iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_blue.png"; marker = createMarker(point, InfoHTML, iconsm, options, 74); map.addOverlay(marker); aLocations[74] = new Array(marker, "South McDonalds Rack", InfoHTML, point); point = new GLatLng(38.465533095698, -107.86637663841); footerHtml = ""; // Define Marker options = {opasity: 100, label:"Southside Laundry"}; InfoHTML = "
Southside Laundry
Southside Laundry,1920 S. Townsend Ave.,Montrose,CO,81401
" + footerHtml + "
"; iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_blue.png"; marker = createMarker(point, InfoHTML, iconsm, options, 75); map.addOverlay(marker); aLocations[75] = new Array(marker, "Southside Laundry", InfoHTML, point); point = new GLatLng(38.456905275603, -107.86578387022); footerHtml = ""; // Define Marker options = {opasity: 100, label:"Starbucks"}; InfoHTML = "
Starbucks
Starbucks,\"2620 Woodgate Rd., Suite 101\",Montrose,CO,81401
" + footerHtml + "
"; iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_blue.png"; marker = createMarker(point, InfoHTML, iconsm, options, 76); map.addOverlay(marker); aLocations[76] = new Array(marker, "Starbucks", InfoHTML, point); point = new GLatLng(38.468603409739, -107.8666716814); footerHtml = ""; // Define Marker options = {opasity: 100, label:"Starvin Arvin's"}; InfoHTML = "
Starvin Arvin's
Starvin Arvin\'s,1320 S. Townsend Ave.,Montrose,CO,81401
" + footerHtml + "
"; iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_blue.png"; marker = createMarker(point, InfoHTML, iconsm, options, 77); map.addOverlay(marker); aLocations[77] = new Array(marker, "Starvin Arvin's", InfoHTML, point); point = new GLatLng(38.461257119111, -107.86623984575); footerHtml = ""; // Define Marker options = {opasity: 100, label:"Stop N Save"}; InfoHTML = "
Stop N Save
Stop N Save,2291 S. Townsend Ave.,Montrose,CO,81401
" + footerHtml + "
"; iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_blue.png"; marker = createMarker(point, InfoHTML, iconsm, options, 78); map.addOverlay(marker); aLocations[78] = new Array(marker, "Stop N Save", InfoHTML, point); point = new GLatLng(38.4853709, -107.8681075); footerHtml = ""; // Define Marker options = {opasity: 100, label:"Subwiches"}; InfoHTML = "
Subwiches
Subwiches, 1222 E. Main St., Montrose, CO, 81401
" + footerHtml + "
"; iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_blue.png"; marker = createMarker(point, InfoHTML, iconsm, options, 79); map.addOverlay(marker); aLocations[79] = new Array(marker, "Subwiches", InfoHTML, point); point = new GLatLng(38.491244513117, -107.89138019085); footerHtml = ""; // Define Marker options = {opasity: 100, label:"Sun Valley Truck Stop"}; InfoHTML = "
Sun Valley Truck Stop
Sun Valley Truck Stop,1440 N. Townsend Ave.,Montrose,CO,81401
" + footerHtml + "
"; iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_blue.png"; marker = createMarker(point, InfoHTML, iconsm, options, 80); map.addOverlay(marker); aLocations[80] = new Array(marker, "Sun Valley Truck Stop", InfoHTML, point); point = new GLatLng(38.471733, -107.864334); footerHtml = ""; // Define Marker options = {opasity: 100, label:"Sunshine Peaks Apts."}; InfoHTML = "
Sunshine Peaks Apts.
Sunshine Peaks Apts., 1650 Church Street, Montrose, CO, 81401
" + footerHtml + "
"; iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_blue.png"; marker = createMarker(point, InfoHTML, iconsm, options, 81); map.addOverlay(marker); aLocations[81] = new Array(marker, "Sunshine Peaks Apts.", InfoHTML, point); point = new GLatLng(38.445827053077, -107.8676828742); footerHtml = ""; // Define Marker options = {opasity: 100, label:"The Looney Been"}; InfoHTML = "
The Looney Been
The Looney Been,3480 Wolverine Dr.,Montrose,CO,81401
" + footerHtml + "
"; iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_blue.png"; marker = createMarker(point, InfoHTML, iconsm, options, 82); map.addOverlay(marker); aLocations[82] = new Array(marker, "The Looney Been", InfoHTML, point); point = new GLatLng(38.475993048243, -107.8758046031); footerHtml = ""; // Define Marker options = {opasity: 100, label:"UPS Store"}; InfoHTML = "
UPS Store
UPS Store,236 S. 3rd St.,Montrose,CO,81401
" + footerHtml + "
"; iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_blue.png"; marker = createMarker(point, InfoHTML, iconsm, options, 83); map.addOverlay(marker); aLocations[83] = new Array(marker, "UPS Store", InfoHTML, point); point = new GLatLng(38.448894004686, -107.86627471447); footerHtml = ""; // Define Marker options = {opasity: 100, label:"Wal-Mart Self Check Out"}; InfoHTML = "
Wal-Mart Self Check Out
Wal-Mart Self Check Out,16750 S. Townsend Ave.,Montrose,CO,81401
" + footerHtml + "
"; iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_blue.png"; marker = createMarker(point, InfoHTML, iconsm, options, 84); map.addOverlay(marker); aLocations[84] = new Array(marker, "Wal-Mart Self Check Out", InfoHTML, point); point = new GLatLng(38.460561933931, -107.86624521017); footerHtml = ""; // Define Marker options = {opasity: 100, label:"Walgreens"}; InfoHTML = "
Walgreens
Walgreens,2351 S. Townsend Ave.,Montrose,CO,81401
" + footerHtml + "
"; iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_blue.png"; marker = createMarker(point, InfoHTML, iconsm, options, 85); map.addOverlay(marker); aLocations[85] = new Array(marker, "Walgreens", InfoHTML, point); point = new GLatLng(38.47649070341, -107.88107782602); footerHtml = ""; // Define Marker options = {opasity: 100, label:"West Main Liquors"}; InfoHTML = "
West Main Liquors
West Main Liquors,113 W. Main St.,Montrose,CO,81401
" + footerHtml + "
"; iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_blue.png"; marker = createMarker(point, InfoHTML, iconsm, options, 86); map.addOverlay(marker); aLocations[86] = new Array(marker, "West Main Liquors", InfoHTML, point); point = new GLatLng(38.476030844958, -107.88259059191); footerHtml = ""; // Define Marker options = {opasity: 100, label:"West Side Mini Mart"}; InfoHTML = "
West Side Mini Mart
West Side Mini Mart,233 W. Main St.,Montrose,CO,81401
" + footerHtml + "
"; iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_blue.png"; marker = createMarker(point, InfoHTML, iconsm, options, 87); map.addOverlay(marker); aLocations[87] = new Array(marker, "West Side Mini Mart", InfoHTML, point); point = new GLatLng(38.471297702125, -107.86947190762); footerHtml = ""; // Define Marker options = {opasity: 100, label:"Western Convenience"}; InfoHTML = "
Western Convenience
Western Convenience,938 S. Townsend Ave.,Montrose,CO,81401
" + footerHtml + "
"; iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_blue.png"; marker = createMarker(point, InfoHTML, iconsm, options, 88); map.addOverlay(marker); aLocations[88] = new Array(marker, "Western Convenience", InfoHTML, point); // And finnaly create sidebar createSideBar(); }