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(31.2636,-90.4733)};var g_60c931c74ed84435472a8f83fd588c40 = new google.maps.Geocoder();g_60c931c74ed84435472a8f83fd588c40.geocode( { 'address': "1608 Smithdale Rd, McComb, MS 39648, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mccomb-MS-woodforest-bank').style.display = '';map = new google.maps.Map(document.getElementById('mccomb-MS-woodforest-bank'), mapOptions);}document.getElementById('f49293f3').innerHTML += ' | View Map';var $l60c931c74ed84435472a8f83fd588c40 = '

Woodforest Bank

Address: 1608 Smithdale Rd, McComb, MS 39648, USA
Phone: (601) 684-2868
';var m_60c931c74ed84435472a8f83fd588c40 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodforest Bank',});m_60c931c74ed84435472a8f83fd588c40['infowindow'] = new google.maps.InfoWindow({content: $l60c931c74ed84435472a8f83fd588c40});var infowindow = new google.maps.InfoWindow({content: $l60c931c74ed84435472a8f83fd588c40});google.maps.event.addListener(m_60c931c74ed84435472a8f83fd588c40, 'click', function() {infowindow.open(map,m_60c931c74ed84435472a8f83fd588c40);});$marker.push(m_60c931c74ed84435472a8f83fd588c40);}});}google.maps.event.addDomListener(window, 'load', initialize);