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.9365,-93.9412)};var g_de6d4d92517bcc9796851b0c144c263b = new google.maps.Geocoder();g_de6d4d92517bcc9796851b0c144c263b.geocode( { 'address': "4999 Twin City Hwy, Port Arthur, TX 77642, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('port-arthur-TX-woodforest-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('port-arthur-TX-woodforest-national-bank'), mapOptions);}document.getElementById('01ceeeee').innerHTML += ' | View Map';var $lde6d4d92517bcc9796851b0c144c263b = '

Woodforest National Bank

Address: 4999 Twin City Hwy, Port Arthur, TX 77642, USA
Phone: (409) 960-6574
';var m_de6d4d92517bcc9796851b0c144c263b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodforest National Bank',});m_de6d4d92517bcc9796851b0c144c263b['infowindow'] = new google.maps.InfoWindow({content: $lde6d4d92517bcc9796851b0c144c263b});var infowindow = new google.maps.InfoWindow({content: $lde6d4d92517bcc9796851b0c144c263b});google.maps.event.addListener(m_de6d4d92517bcc9796851b0c144c263b, 'click', function() {infowindow.open(map,m_de6d4d92517bcc9796851b0c144c263b);});$marker.push(m_de6d4d92517bcc9796851b0c144c263b);}});}google.maps.event.addDomListener(window, 'load', initialize);