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.7333,-89.0667)};var g_753216792f4531dcbbb7d51e8464a431 = new google.maps.Geocoder();g_753216792f4531dcbbb7d51e8464a431.geocode( { 'address': "113 First St, Mantee, MS 39751"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mantee-MS-bank-of-mantee').style.display = '';map = new google.maps.Map(document.getElementById('mantee-MS-bank-of-mantee'), mapOptions);}document.getElementById('51a653e5').innerHTML += ' | View Map';var $l753216792f4531dcbbb7d51e8464a431 = '

Bank Of Mantee

Address: 113 First St, Mantee, MS 39751
Phone: (662) 456-5341
';var m_753216792f4531dcbbb7d51e8464a431 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank Of Mantee',});m_753216792f4531dcbbb7d51e8464a431['infowindow'] = new google.maps.InfoWindow({content: $l753216792f4531dcbbb7d51e8464a431});var infowindow = new google.maps.InfoWindow({content: $l753216792f4531dcbbb7d51e8464a431});google.maps.event.addListener(m_753216792f4531dcbbb7d51e8464a431, 'click', function() {infowindow.open(map,m_753216792f4531dcbbb7d51e8464a431);});$marker.push(m_753216792f4531dcbbb7d51e8464a431);}});}google.maps.event.addDomListener(window, 'load', initialize);