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.8018,-94.1942)};var g_864d8d390024caafa47fed54b8ecd9b5 = new google.maps.Geocoder();g_864d8d390024caafa47fed54b8ecd9b5.geocode( { 'address': "810 Hurst St, Center, TX 75935, USA"}, 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('cea11d4e').innerHTML += ' | View Map';var $l864d8d390024caafa47fed54b8ecd9b5 = '

Woodforest National Bank

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