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.0013,-105.101)};var g_4b2b5f6db5589fa7f736b0bd31f87685 = new google.maps.Geocoder();g_4b2b5f6db5589fa7f736b0bd31f87685.geocode( { 'address': "385 Crossing Dr Suite 108, Lafayette, CO 80026, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lafayette-CO-advance-america').style.display = '';map = new google.maps.Map(document.getElementById('lafayette-CO-advance-america'), mapOptions);}document.getElementById('ad71ee4e').innerHTML += ' | View Map';var $l4b2b5f6db5589fa7f736b0bd31f87685 = '

Advance America

Address: 385 Crossing Dr Suite 108, Lafayette, CO 80026, USA
Phone: (303) 664-0299
';var m_4b2b5f6db5589fa7f736b0bd31f87685 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America',});m_4b2b5f6db5589fa7f736b0bd31f87685['infowindow'] = new google.maps.InfoWindow({content: $l4b2b5f6db5589fa7f736b0bd31f87685});var infowindow = new google.maps.InfoWindow({content: $l4b2b5f6db5589fa7f736b0bd31f87685});google.maps.event.addListener(m_4b2b5f6db5589fa7f736b0bd31f87685, 'click', function() {infowindow.open(map,m_4b2b5f6db5589fa7f736b0bd31f87685);});$marker.push(m_4b2b5f6db5589fa7f736b0bd31f87685);}});}google.maps.event.addDomListener(window, 'load', initialize);