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.9025,-99.2663)};var g_b848876d9a48f2dca42634375cf2ab86 = new google.maps.Geocoder();g_b848876d9a48f2dca42634375cf2ab86.geocode( { 'address': "703 Hidalgo Blvd, Zapata, TX 78076, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('zapata-TX-zapata-bancshares-inc').style.display = '';map = new google.maps.Map(document.getElementById('zapata-TX-zapata-bancshares-inc'), mapOptions);}document.getElementById('57f59dd5').innerHTML += ' | View Map';var $lb848876d9a48f2dca42634375cf2ab86 = '

Zapata Bancshares Inc

Address: 703 Hidalgo Blvd, Zapata, TX 78076, USA
Phone: (956) 765-4302
';var m_b848876d9a48f2dca42634375cf2ab86 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Zapata Bancshares Inc',});m_b848876d9a48f2dca42634375cf2ab86['infowindow'] = new google.maps.InfoWindow({content: $lb848876d9a48f2dca42634375cf2ab86});var infowindow = new google.maps.InfoWindow({content: $lb848876d9a48f2dca42634375cf2ab86});google.maps.event.addListener(m_b848876d9a48f2dca42634375cf2ab86, 'click', function() {infowindow.open(map,m_b848876d9a48f2dca42634375cf2ab86);});$marker.push(m_b848876d9a48f2dca42634375cf2ab86);}});}google.maps.event.addDomListener(window, 'load', initialize);