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(26.1898,-98.1202)};var g_32472eb6885a55919e517965fddd2d74 = new google.maps.Geocoder();g_32472eb6885a55919e517965fddd2d74.geocode( { 'address': "1001 W Frontage Rd Ste 2, Alamo, TX 78516, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alamo-TX-advance-america').style.display = '';map = new google.maps.Map(document.getElementById('alamo-TX-advance-america'), mapOptions);}document.getElementById('02d1b45a').innerHTML += ' | View Map';var $l32472eb6885a55919e517965fddd2d74 = '

Advance America

Address: 1001 W Frontage Rd Ste 2, Alamo, TX 78516, USA
Phone: (956) 787-1250
';var m_32472eb6885a55919e517965fddd2d74 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America',});m_32472eb6885a55919e517965fddd2d74['infowindow'] = new google.maps.InfoWindow({content: $l32472eb6885a55919e517965fddd2d74});var infowindow = new google.maps.InfoWindow({content: $l32472eb6885a55919e517965fddd2d74});google.maps.event.addListener(m_32472eb6885a55919e517965fddd2d74, 'click', function() {infowindow.open(map,m_32472eb6885a55919e517965fddd2d74);});$marker.push(m_32472eb6885a55919e517965fddd2d74);}});}google.maps.event.addDomListener(window, 'load', initialize);