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.363,-89.5892)};var g_f2edda70619a2872253126cdb03b6048 = new google.maps.Geocoder();g_f2edda70619a2872253126cdb03b6048.geocode( { 'address': "1036 Highway 42, Sumrall, MS 39482"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sumrall-MS-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('sumrall-MS-citizens-bank'), mapOptions);}document.getElementById('1a837f80').innerHTML += ' | View Map';var $lf2edda70619a2872253126cdb03b6048 = '

Citizens Bank

Address: 1036 Highway 42, Sumrall, MS 39482
Phone: (601) 758-4646
';var m_f2edda70619a2872253126cdb03b6048 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_f2edda70619a2872253126cdb03b6048['infowindow'] = new google.maps.InfoWindow({content: $lf2edda70619a2872253126cdb03b6048});var infowindow = new google.maps.InfoWindow({content: $lf2edda70619a2872253126cdb03b6048});google.maps.event.addListener(m_f2edda70619a2872253126cdb03b6048, 'click', function() {infowindow.open(map,m_f2edda70619a2872253126cdb03b6048);});$marker.push(m_f2edda70619a2872253126cdb03b6048);}});}google.maps.event.addDomListener(window, 'load', initialize);