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(29.3969,-94.9232)};var g_2d23cc383b1c1af6af42cb9e266ec088 = new google.maps.Geocoder();g_2d23cc383b1c1af6af42cb9e266ec088.geocode( { 'address': "905 20th St N, Texas City, TX 77590, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('texas-city-TX-advance-america').style.display = '';map = new google.maps.Map(document.getElementById('texas-city-TX-advance-america'), mapOptions);}document.getElementById('3dbd7e82').innerHTML += ' | View Map';var $l2d23cc383b1c1af6af42cb9e266ec088 = '

Advance America

Address: 905 20th St N, Texas City, TX 77590, USA
Phone: (409) 948-6977
';var m_2d23cc383b1c1af6af42cb9e266ec088 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America',});m_2d23cc383b1c1af6af42cb9e266ec088['infowindow'] = new google.maps.InfoWindow({content: $l2d23cc383b1c1af6af42cb9e266ec088});var infowindow = new google.maps.InfoWindow({content: $l2d23cc383b1c1af6af42cb9e266ec088});google.maps.event.addListener(m_2d23cc383b1c1af6af42cb9e266ec088, 'click', function() {infowindow.open(map,m_2d23cc383b1c1af6af42cb9e266ec088);});$marker.push(m_2d23cc383b1c1af6af42cb9e266ec088);}});}google.maps.event.addDomListener(window, 'load', initialize);