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.3735,-86.2295)};var g_9ac99aa820030753f4101f35de5ce163 = new google.maps.Geocoder();g_9ac99aa820030753f4101f35de5ce163.geocode( { 'address': "3063 US W, HWY 98, Santa Rosa Beach, FL 32459, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('santa-rosa-beach-FL-hancock-bank').style.display = '';map = new google.maps.Map(document.getElementById('santa-rosa-beach-FL-hancock-bank'), mapOptions);}document.getElementById('a33c8136').innerHTML += ' | View Map';var $l9ac99aa820030753f4101f35de5ce163 = '

Hancock Bank

Address: 3063 US W, HWY 98, Santa Rosa Beach, FL 32459, USA
Phone: (850) 278-2420
';var m_9ac99aa820030753f4101f35de5ce163 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Hancock Bank',});m_9ac99aa820030753f4101f35de5ce163['infowindow'] = new google.maps.InfoWindow({content: $l9ac99aa820030753f4101f35de5ce163});var infowindow = new google.maps.InfoWindow({content: $l9ac99aa820030753f4101f35de5ce163});google.maps.event.addListener(m_9ac99aa820030753f4101f35de5ce163, 'click', function() {infowindow.open(map,m_9ac99aa820030753f4101f35de5ce163);});$marker.push(m_9ac99aa820030753f4101f35de5ce163);}});}google.maps.event.addDomListener(window, 'load', initialize);