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(32.3639,-89.4731)};var g_2aedcba61ca55ceb62d785c6b7f10a83 = new google.maps.Geocoder();g_2aedcba61ca55ceb62d785c6b7f10a83.geocode( { 'address': "247 N Woodland Dr, Forest, MS 39074"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('forest-MS-citizens-bank-the').style.display = '';map = new google.maps.Map(document.getElementById('forest-MS-citizens-bank-the'), mapOptions);}document.getElementById('6a43c583').innerHTML += ' | View Map';var $l2aedcba61ca55ceb62d785c6b7f10a83 = '

Citizens Bank The

Address: 247 N Woodland Dr, Forest, MS 39074
Phone: (601) 469-3424
';var m_2aedcba61ca55ceb62d785c6b7f10a83 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank The',});m_2aedcba61ca55ceb62d785c6b7f10a83['infowindow'] = new google.maps.InfoWindow({content: $l2aedcba61ca55ceb62d785c6b7f10a83});var infowindow = new google.maps.InfoWindow({content: $l2aedcba61ca55ceb62d785c6b7f10a83});google.maps.event.addListener(m_2aedcba61ca55ceb62d785c6b7f10a83, 'click', function() {infowindow.open(map,m_2aedcba61ca55ceb62d785c6b7f10a83);});$marker.push(m_2aedcba61ca55ceb62d785c6b7f10a83);}});}google.maps.event.addDomListener(window, 'load', initialize);