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.1974,-96.2686)};var g_48c17c42d0e38916097dbe3ffa8be745 = new google.maps.Geocoder();g_48c17c42d0e38916097dbe3ffa8be745.geocode( { 'address': "202 E Jackson St, El Campo, TX 77437, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('el-campo-TX-new-first-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('el-campo-TX-new-first-national-bank'), mapOptions);}document.getElementById('1ce26e54').innerHTML += ' | View Map';var $l48c17c42d0e38916097dbe3ffa8be745 = '

New First National Bank

Address: 202 E Jackson St, El Campo, TX 77437, USA
Phone: (979) 543-3349
';var m_48c17c42d0e38916097dbe3ffa8be745 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'New First National Bank',});m_48c17c42d0e38916097dbe3ffa8be745['infowindow'] = new google.maps.InfoWindow({content: $l48c17c42d0e38916097dbe3ffa8be745});var infowindow = new google.maps.InfoWindow({content: $l48c17c42d0e38916097dbe3ffa8be745});google.maps.event.addListener(m_48c17c42d0e38916097dbe3ffa8be745, 'click', function() {infowindow.open(map,m_48c17c42d0e38916097dbe3ffa8be745);});$marker.push(m_48c17c42d0e38916097dbe3ffa8be745);}});}google.maps.event.addDomListener(window, 'load', initialize);