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(31.7951,-94.1642)};var g_669aee218851553304392c2497857c4d = new google.maps.Geocoder();g_669aee218851553304392c2497857c4d.geocode( { 'address': "810 Hurst St, Center, TX 75935"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('center-TX-woodforest-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('center-TX-woodforest-national-bank'), mapOptions);}document.getElementById('9918ca7c').innerHTML += ' | View Map';var $l669aee218851553304392c2497857c4d = '

Woodforest National Bank

Address: 810 Hurst St, Center, TX 75935
Phone: (936) 598-8354
';var m_669aee218851553304392c2497857c4d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodforest National Bank',});m_669aee218851553304392c2497857c4d['infowindow'] = new google.maps.InfoWindow({content: $l669aee218851553304392c2497857c4d});var infowindow = new google.maps.InfoWindow({content: $l669aee218851553304392c2497857c4d});google.maps.event.addListener(m_669aee218851553304392c2497857c4d, 'click', function() {infowindow.open(map,m_669aee218851553304392c2497857c4d);});$marker.push(m_669aee218851553304392c2497857c4d);}});}google.maps.event.addDomListener(window, 'load', initialize);