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(39.9878,-104.803)};var g_31e4b831e8a16c89ae0721e7168c9f63 = new google.maps.Geocoder();g_31e4b831e8a16c89ae0721e7168c9f63.geocode( { 'address': "1563-B E Bridge St, Brighton, CO 80601, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('brighton-CO-advance-america').style.display = '';map = new google.maps.Map(document.getElementById('brighton-CO-advance-america'), mapOptions);}document.getElementById('91fbddd1').innerHTML += ' | View Map';var $l31e4b831e8a16c89ae0721e7168c9f63 = '

Advance America

Address: 1563-B E Bridge St, Brighton, CO 80601, USA
Phone: (303) 659-7728
';var m_31e4b831e8a16c89ae0721e7168c9f63 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America',});m_31e4b831e8a16c89ae0721e7168c9f63['infowindow'] = new google.maps.InfoWindow({content: $l31e4b831e8a16c89ae0721e7168c9f63});var infowindow = new google.maps.InfoWindow({content: $l31e4b831e8a16c89ae0721e7168c9f63});google.maps.event.addListener(m_31e4b831e8a16c89ae0721e7168c9f63, 'click', function() {infowindow.open(map,m_31e4b831e8a16c89ae0721e7168c9f63);});$marker.push(m_31e4b831e8a16c89ae0721e7168c9f63);}});}google.maps.event.addDomListener(window, 'load', initialize);