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.1481,-97.6346)};var g_40801514b5263c4efb764688b2c51a45 = new google.maps.Geocoder();g_40801514b5263c4efb764688b2c51a45.geocode( { 'address': "1126 US-77 BUS, San Benito, TX 78586, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-benito-TX-woodforest-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('san-benito-TX-woodforest-national-bank'), mapOptions);}document.getElementById('1109e96b').innerHTML += ' | View Map';var $l40801514b5263c4efb764688b2c51a45 = '

Woodforest National Bank

Address: 1126 US-77 BUS, San Benito, TX 78586, USA
Phone: (956) 276-0926
';var m_40801514b5263c4efb764688b2c51a45 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodforest National Bank',});m_40801514b5263c4efb764688b2c51a45['infowindow'] = new google.maps.InfoWindow({content: $l40801514b5263c4efb764688b2c51a45});var infowindow = new google.maps.InfoWindow({content: $l40801514b5263c4efb764688b2c51a45});google.maps.event.addListener(m_40801514b5263c4efb764688b2c51a45, 'click', function() {infowindow.open(map,m_40801514b5263c4efb764688b2c51a45);});$marker.push(m_40801514b5263c4efb764688b2c51a45);}});}google.maps.event.addDomListener(window, 'load', initialize);