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.3882,-86.4339)};var g_0702688987c578a9b63c926e2a5b131f = new google.maps.Geocoder();g_0702688987c578a9b63c926e2a5b131f.geocode( { 'address': "34855 Emerald Coast Pkwy, Destin, FL 32541, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('destin-FL-centennial-bank').style.display = '';map = new google.maps.Map(document.getElementById('destin-FL-centennial-bank'), mapOptions);}document.getElementById('17dafc0a').innerHTML += ' | View Map';var $l0702688987c578a9b63c926e2a5b131f = '

Centennial Bank

Address: 34855 Emerald Coast Pkwy, Destin, FL 32541, USA
Phone: (850) 269-6341
';var m_0702688987c578a9b63c926e2a5b131f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Centennial Bank',});m_0702688987c578a9b63c926e2a5b131f['infowindow'] = new google.maps.InfoWindow({content: $l0702688987c578a9b63c926e2a5b131f});var infowindow = new google.maps.InfoWindow({content: $l0702688987c578a9b63c926e2a5b131f});google.maps.event.addListener(m_0702688987c578a9b63c926e2a5b131f, 'click', function() {infowindow.open(map,m_0702688987c578a9b63c926e2a5b131f);});$marker.push(m_0702688987c578a9b63c926e2a5b131f);}});}google.maps.event.addDomListener(window, 'load', initialize);