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.855,-105.083)};var g_be0a96ed7c837e3c96c2a9040be9bbc9 = new google.maps.Geocoder();g_be0a96ed7c837e3c96c2a9040be9bbc9.geocode( { 'address': "8745 Wadsworth Blvd, Westminster, CO 80003, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('westminster-CO-advance-america').style.display = '';map = new google.maps.Map(document.getElementById('westminster-CO-advance-america'), mapOptions);}document.getElementById('b77c4adc').innerHTML += ' | View Map';var $lbe0a96ed7c837e3c96c2a9040be9bbc9 = '

Advance America

Address: 8745 Wadsworth Blvd, Westminster, CO 80003, USA
Phone: (303) 456-5400
';var m_be0a96ed7c837e3c96c2a9040be9bbc9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America',});m_be0a96ed7c837e3c96c2a9040be9bbc9['infowindow'] = new google.maps.InfoWindow({content: $lbe0a96ed7c837e3c96c2a9040be9bbc9});var infowindow = new google.maps.InfoWindow({content: $lbe0a96ed7c837e3c96c2a9040be9bbc9});google.maps.event.addListener(m_be0a96ed7c837e3c96c2a9040be9bbc9, 'click', function() {infowindow.open(map,m_be0a96ed7c837e3c96c2a9040be9bbc9);});$marker.push(m_be0a96ed7c837e3c96c2a9040be9bbc9);}});}google.maps.event.addDomListener(window, 'load', initialize);