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.3286,-96.1241)};var g_8b3b0da413a704365fcf37ce3a6ab27b = new google.maps.Geocoder();g_8b3b0da413a704365fcf37ce3a6ab27b.geocode( { 'address': "1255 US-59, Wharton, TX 77488, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wharton-TX-woodforest-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('wharton-TX-woodforest-national-bank'), mapOptions);}document.getElementById('0961523b').innerHTML += ' | View Map';var $l8b3b0da413a704365fcf37ce3a6ab27b = '

Woodforest National Bank

Address: 1255 US-59, Wharton, TX 77488, USA
Phone: (979) 531-8680
';var m_8b3b0da413a704365fcf37ce3a6ab27b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodforest National Bank',});m_8b3b0da413a704365fcf37ce3a6ab27b['infowindow'] = new google.maps.InfoWindow({content: $l8b3b0da413a704365fcf37ce3a6ab27b});var infowindow = new google.maps.InfoWindow({content: $l8b3b0da413a704365fcf37ce3a6ab27b});google.maps.event.addListener(m_8b3b0da413a704365fcf37ce3a6ab27b, 'click', function() {infowindow.open(map,m_8b3b0da413a704365fcf37ce3a6ab27b);});$marker.push(m_8b3b0da413a704365fcf37ce3a6ab27b);}});}google.maps.event.addDomListener(window, 'load', initialize);