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.19,-85.6506)};var g_f673aff209941618957ecac2c82a1782 = new google.maps.Geocoder();g_f673aff209941618957ecac2c82a1782.geocode( { 'address': "2305 HIGHWAY 77, HIGHWAY 77, PANAMA CITY, FL 32405, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('panama-city-FL-hancock-bank').style.display = '';map = new google.maps.Map(document.getElementById('panama-city-FL-hancock-bank'), mapOptions);}document.getElementById('c2fc61a0').innerHTML += ' | View Map';var $lf673aff209941618957ecac2c82a1782 = '

Hancock Bank

Address: 2305 HIGHWAY 77, HIGHWAY 77, PANAMA CITY, FL 32405, USA
Phone: (850) 769-5261
';var m_f673aff209941618957ecac2c82a1782 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Hancock Bank',});m_f673aff209941618957ecac2c82a1782['infowindow'] = new google.maps.InfoWindow({content: $lf673aff209941618957ecac2c82a1782});var infowindow = new google.maps.InfoWindow({content: $lf673aff209941618957ecac2c82a1782});google.maps.event.addListener(m_f673aff209941618957ecac2c82a1782, 'click', function() {infowindow.open(map,m_f673aff209941618957ecac2c82a1782);});$marker.push(m_f673aff209941618957ecac2c82a1782);}});}google.maps.event.addDomListener(window, 'load', initialize);