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(33.6456,-97.1358)};var g_7bc5f2f1017ea56b1bb2d971a6190dbc = new google.maps.Geocoder();g_7bc5f2f1017ea56b1bb2d971a6190dbc.geocode( { 'address': "1800 Lawrence St, Gainesville, TX 76240, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gainesville-TX-woodforest-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('gainesville-TX-woodforest-national-bank'), mapOptions);}document.getElementById('04b47944').innerHTML += ' | View Map';var $l7bc5f2f1017ea56b1bb2d971a6190dbc = '

Woodforest National Bank

Address: 1800 Lawrence St, Gainesville, TX 76240, USA
Phone: (940) 612-3520
';var m_7bc5f2f1017ea56b1bb2d971a6190dbc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodforest National Bank',});m_7bc5f2f1017ea56b1bb2d971a6190dbc['infowindow'] = new google.maps.InfoWindow({content: $l7bc5f2f1017ea56b1bb2d971a6190dbc});var infowindow = new google.maps.InfoWindow({content: $l7bc5f2f1017ea56b1bb2d971a6190dbc});google.maps.event.addListener(m_7bc5f2f1017ea56b1bb2d971a6190dbc, 'click', function() {infowindow.open(map,m_7bc5f2f1017ea56b1bb2d971a6190dbc);});$marker.push(m_7bc5f2f1017ea56b1bb2d971a6190dbc);}});}google.maps.event.addDomListener(window, 'load', initialize);