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.5377,-88.4624)};var g_b401bc1510073e67541966c560cf6307 = new google.maps.Geocoder();g_b401bc1510073e67541966c560cf6307.geocode( { 'address': "1913 Highway 45 N, Columbus, MS 39705"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbus-MS-woodforest-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('columbus-MS-woodforest-national-bank'), mapOptions);}document.getElementById('39f0ff98').innerHTML += ' | View Map';var $lb401bc1510073e67541966c560cf6307 = '

Woodforest National Bank

Address: 1913 Highway 45 N, Columbus, MS 39705
Phone: (662) 328-4225
';var m_b401bc1510073e67541966c560cf6307 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodforest National Bank',});m_b401bc1510073e67541966c560cf6307['infowindow'] = new google.maps.InfoWindow({content: $lb401bc1510073e67541966c560cf6307});var infowindow = new google.maps.InfoWindow({content: $lb401bc1510073e67541966c560cf6307});google.maps.event.addListener(m_b401bc1510073e67541966c560cf6307, 'click', function() {infowindow.open(map,m_b401bc1510073e67541966c560cf6307);});$marker.push(m_b401bc1510073e67541966c560cf6307);}});}google.maps.event.addDomListener(window, 'load', initialize);