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.6218,-97.1212)};var g_eb5baf1d47227ab1995f0b584808e856 = new google.maps.Geocoder();g_eb5baf1d47227ab1995f0b584808e856.geocode( { 'address': "1800 Lawrence St, Gainesville, TX 76240"}, 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('94ccc3f7').innerHTML += ' | View Map';var $leb5baf1d47227ab1995f0b584808e856 = '

Woodforest National Bank

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