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(32.3265,-95.2945)};var g_0d5a4a5a748611231b945d28436b8ece = new google.maps.Geocoder();g_0d5a4a5a748611231b945d28436b8ece.geocode( { 'address': "3820 State Highway 64 W, Tyler, TX 75704"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tyler-TX-woodforest-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('tyler-TX-woodforest-national-bank'), mapOptions);}document.getElementById('3d5b688d').innerHTML += ' | View Map';var $l0d5a4a5a748611231b945d28436b8ece = '

Woodforest National Bank

Address: 3820 State Highway 64 W, Tyler, TX 75704
Phone: (903) 526-8700
';var m_0d5a4a5a748611231b945d28436b8ece = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodforest National Bank',});m_0d5a4a5a748611231b945d28436b8ece['infowindow'] = new google.maps.InfoWindow({content: $l0d5a4a5a748611231b945d28436b8ece});var infowindow = new google.maps.InfoWindow({content: $l0d5a4a5a748611231b945d28436b8ece});google.maps.event.addListener(m_0d5a4a5a748611231b945d28436b8ece, 'click', function() {infowindow.open(map,m_0d5a4a5a748611231b945d28436b8ece);});$marker.push(m_0d5a4a5a748611231b945d28436b8ece);}});}google.maps.event.addDomListener(window, 'load', initialize);