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(28.6262,-96.6388)};var g_ad95b36ac50427a91a78e491e26f1145 = new google.maps.Geocoder();g_ad95b36ac50427a91a78e491e26f1145.geocode( { 'address': "241 Calhoun Plaza, Port Lavaca, TX 77979, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('port-lavaca-TX-advance-america').style.display = '';map = new google.maps.Map(document.getElementById('port-lavaca-TX-advance-america'), mapOptions);}document.getElementById('ece786a8').innerHTML += ' | View Map';var $lad95b36ac50427a91a78e491e26f1145 = '

Advance America

Address: 241 Calhoun Plaza, Port Lavaca, TX 77979, USA
Phone: (361) 551-2700
';var m_ad95b36ac50427a91a78e491e26f1145 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America',});m_ad95b36ac50427a91a78e491e26f1145['infowindow'] = new google.maps.InfoWindow({content: $lad95b36ac50427a91a78e491e26f1145});var infowindow = new google.maps.InfoWindow({content: $lad95b36ac50427a91a78e491e26f1145});google.maps.event.addListener(m_ad95b36ac50427a91a78e491e26f1145, 'click', function() {infowindow.open(map,m_ad95b36ac50427a91a78e491e26f1145);});$marker.push(m_ad95b36ac50427a91a78e491e26f1145);}});}google.maps.event.addDomListener(window, 'load', initialize);