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(30.2895,-89.3794)};var g_5106cad7cd382c408b75bd4f634d0f7c = new google.maps.Geocoder();g_5106cad7cd382c408b75bd4f634d0f7c.geocode( { 'address': "460 Highway 90, Waveland, MS 39576"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('waveland-MS-woodforest-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('waveland-MS-woodforest-national-bank'), mapOptions);}document.getElementById('f6dd6933').innerHTML += ' | View Map';var $l5106cad7cd382c408b75bd4f634d0f7c = '

Woodforest National Bank

Address: 460 Highway 90, Waveland, MS 39576
Phone: (228) 466-2664
';var m_5106cad7cd382c408b75bd4f634d0f7c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodforest National Bank',});m_5106cad7cd382c408b75bd4f634d0f7c['infowindow'] = new google.maps.InfoWindow({content: $l5106cad7cd382c408b75bd4f634d0f7c});var infowindow = new google.maps.InfoWindow({content: $l5106cad7cd382c408b75bd4f634d0f7c});google.maps.event.addListener(m_5106cad7cd382c408b75bd4f634d0f7c, 'click', function() {infowindow.open(map,m_5106cad7cd382c408b75bd4f634d0f7c);});$marker.push(m_5106cad7cd382c408b75bd4f634d0f7c);}});}google.maps.event.addDomListener(window, 'load', initialize);