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(30.1058,-97.334)};var g_9039f02276cb1638ccfbeca0df5a7d4a = new google.maps.Geocoder();g_9039f02276cb1638ccfbeca0df5a7d4a.geocode( { 'address': "494 Hwy. 71 W, Ste 160, Bastrop, TX 78602, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bastrop-TX-advance-america').style.display = '';map = new google.maps.Map(document.getElementById('bastrop-TX-advance-america'), mapOptions);}document.getElementById('3dbd210c').innerHTML += ' | View Map';var $l9039f02276cb1638ccfbeca0df5a7d4a = '

Advance America

Address: 494 Hwy. 71 W, Ste 160, Bastrop, TX 78602, USA
Phone: (512) 321-5276
';var m_9039f02276cb1638ccfbeca0df5a7d4a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America',});m_9039f02276cb1638ccfbeca0df5a7d4a['infowindow'] = new google.maps.InfoWindow({content: $l9039f02276cb1638ccfbeca0df5a7d4a});var infowindow = new google.maps.InfoWindow({content: $l9039f02276cb1638ccfbeca0df5a7d4a});google.maps.event.addListener(m_9039f02276cb1638ccfbeca0df5a7d4a, 'click', function() {infowindow.open(map,m_9039f02276cb1638ccfbeca0df5a7d4a);});$marker.push(m_9039f02276cb1638ccfbeca0df5a7d4a);}});}google.maps.event.addDomListener(window, 'load', initialize);