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(30.3911,-88.6434)};var g_82a5d5fefae9a2b56f0248abca8115c0 = new google.maps.Geocoder();g_82a5d5fefae9a2b56f0248abca8115c0.geocode( { 'address': "2020 HWY 90, HWY 90, Gautier, MS 39553, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gautier-MS-hancock-bank').style.display = '';map = new google.maps.Map(document.getElementById('gautier-MS-hancock-bank'), mapOptions);}document.getElementById('056a36bc').innerHTML += ' | View Map';var $l82a5d5fefae9a2b56f0248abca8115c0 = '

Hancock Bank

Address: 2020 HWY 90, HWY 90, Gautier, MS 39553, USA
Phone: (228) 934-4399
';var m_82a5d5fefae9a2b56f0248abca8115c0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Hancock Bank',});m_82a5d5fefae9a2b56f0248abca8115c0['infowindow'] = new google.maps.InfoWindow({content: $l82a5d5fefae9a2b56f0248abca8115c0});var infowindow = new google.maps.InfoWindow({content: $l82a5d5fefae9a2b56f0248abca8115c0});google.maps.event.addListener(m_82a5d5fefae9a2b56f0248abca8115c0, 'click', function() {infowindow.open(map,m_82a5d5fefae9a2b56f0248abca8115c0);});$marker.push(m_82a5d5fefae9a2b56f0248abca8115c0);}});}google.maps.event.addDomListener(window, 'load', initialize);