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.4188,-89.5442)};var g_7fb363f4e1e076a64b3c98ebab43f77f = new google.maps.Geocoder();g_7fb363f4e1e076a64b3c98ebab43f77f.geocode( { 'address': "1193 MS-42, Sumrall, MS 39482, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sumrall-MS-atm-hancock-bank').style.display = '';map = new google.maps.Map(document.getElementById('sumrall-MS-atm-hancock-bank'), mapOptions);}document.getElementById('8f69d278').innerHTML += ' | View Map';var $l7fb363f4e1e076a64b3c98ebab43f77f = '

ATM (Hancock Bank)

Address: 1193 MS-42, Sumrall, MS 39482, USA
Phone:
';var m_7fb363f4e1e076a64b3c98ebab43f77f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Hancock Bank)',});m_7fb363f4e1e076a64b3c98ebab43f77f['infowindow'] = new google.maps.InfoWindow({content: $l7fb363f4e1e076a64b3c98ebab43f77f});var infowindow = new google.maps.InfoWindow({content: $l7fb363f4e1e076a64b3c98ebab43f77f});google.maps.event.addListener(m_7fb363f4e1e076a64b3c98ebab43f77f, 'click', function() {infowindow.open(map,m_7fb363f4e1e076a64b3c98ebab43f77f);});$marker.push(m_7fb363f4e1e076a64b3c98ebab43f77f);}});}google.maps.event.addDomListener(window, 'load', initialize);