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.5319,-94.7848)};var g_4bb1ec1ff58ad39558e8468054bfc469 = new google.maps.Geocoder();g_4bb1ec1ff58ad39558e8468054bfc469.geocode( { 'address': "2440 Gilmer Rd #108, Longview, TX 75604, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('longview-TX-woodforest-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('longview-TX-woodforest-national-bank'), mapOptions);}document.getElementById('afcb7909').innerHTML += ' | View Map';var $l4bb1ec1ff58ad39558e8468054bfc469 = '

Woodforest National Bank

Address: 2440 Gilmer Rd #108, Longview, TX 75604, USA
Phone: (903) 759-0060
';var m_4bb1ec1ff58ad39558e8468054bfc469 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodforest National Bank',});m_4bb1ec1ff58ad39558e8468054bfc469['infowindow'] = new google.maps.InfoWindow({content: $l4bb1ec1ff58ad39558e8468054bfc469});var infowindow = new google.maps.InfoWindow({content: $l4bb1ec1ff58ad39558e8468054bfc469});google.maps.event.addListener(m_4bb1ec1ff58ad39558e8468054bfc469, 'click', function() {infowindow.open(map,m_4bb1ec1ff58ad39558e8468054bfc469);});$marker.push(m_4bb1ec1ff58ad39558e8468054bfc469);}});}google.maps.event.addDomListener(window, 'load', initialize);