var map;var $marker = [];function $setCursor($lat, $lng, $index){$marker[$index - 1]['infowindow'].open(map, $marker[$index - 1]);var $lat_lng = new google.maps.LatLng($lat, $lng);map.setCenter($lat_lng);map.setZoom(20);}function initialize(){var $i = 0;var mapOptions = {zoom: 10,center: new google.maps.LatLng(40.1914,-105.101)};var g_d19a7ce503a6196978d8c8bd4862899b = new google.maps.Geocoder();g_d19a7ce503a6196978d8c8bd4862899b.geocode( { 'address': "1834 Main St, Longmont, CO 80501, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('longmont-CO-advance-america').style.display = '';map = new google.maps.Map(document.getElementById('longmont-CO-advance-america'), mapOptions);}document.getElementById('b6f9c2c8').innerHTML += ' | View Map';var $ld19a7ce503a6196978d8c8bd4862899b = '

Advance America

Address: 1834 Main St, Longmont, CO 80501, USA
Phone: (303) 774-7877
';var m_d19a7ce503a6196978d8c8bd4862899b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America',});m_d19a7ce503a6196978d8c8bd4862899b['infowindow'] = new google.maps.InfoWindow({content: $ld19a7ce503a6196978d8c8bd4862899b});var infowindow = new google.maps.InfoWindow({content: $ld19a7ce503a6196978d8c8bd4862899b});google.maps.event.addListener(m_d19a7ce503a6196978d8c8bd4862899b, 'click', function() {infowindow.open(map,m_d19a7ce503a6196978d8c8bd4862899b);});$marker.push(m_d19a7ce503a6196978d8c8bd4862899b);}});}google.maps.event.addDomListener(window, 'load', initialize);