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.2175,-96.2876)};var g_5e0e915859b5ae0af470ff2b079c8a06 = new google.maps.Geocoder();g_5e0e915859b5ae0af470ff2b079c8a06.geocode( { 'address': "3604 W Loop St Ste. G, El Campo, TX 77437, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('el-campo-TX-advance-america').style.display = '';map = new google.maps.Map(document.getElementById('el-campo-TX-advance-america'), mapOptions);}document.getElementById('c8a7c064').innerHTML += ' | View Map';var $l5e0e915859b5ae0af470ff2b079c8a06 = '

Advance America

Address: 3604 W Loop St Ste. G, El Campo, TX 77437, USA
Phone: (979) 578-0617
';var m_5e0e915859b5ae0af470ff2b079c8a06 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America',});m_5e0e915859b5ae0af470ff2b079c8a06['infowindow'] = new google.maps.InfoWindow({content: $l5e0e915859b5ae0af470ff2b079c8a06});var infowindow = new google.maps.InfoWindow({content: $l5e0e915859b5ae0af470ff2b079c8a06});google.maps.event.addListener(m_5e0e915859b5ae0af470ff2b079c8a06, 'click', function() {infowindow.open(map,m_5e0e915859b5ae0af470ff2b079c8a06);});$marker.push(m_5e0e915859b5ae0af470ff2b079c8a06);}});}google.maps.event.addDomListener(window, 'load', initialize);