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()};var g_ed00f0fd1389a46a156dbc31a4e07327 = new google.maps.Geocoder();g_ed00f0fd1389a46a156dbc31a4e07327.geocode( { 'address': "12141 Panama City Beach Pkwy, Panama City Bch, FL 32407"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('panama-city-bch-FL-coastal-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('panama-city-bch-FL-coastal-community-bank'), mapOptions);}document.getElementById('4eebadf5').innerHTML += ' | View Map';var $led00f0fd1389a46a156dbc31a4e07327 = '

Coastal Community Bank

Address: 12141 Panama City Beach Pkwy, Panama City Bch, FL 32407
Phone: (850) 249-2265
';var m_ed00f0fd1389a46a156dbc31a4e07327 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Coastal Community Bank',});m_ed00f0fd1389a46a156dbc31a4e07327['infowindow'] = new google.maps.InfoWindow({content: $led00f0fd1389a46a156dbc31a4e07327});var infowindow = new google.maps.InfoWindow({content: $led00f0fd1389a46a156dbc31a4e07327});google.maps.event.addListener(m_ed00f0fd1389a46a156dbc31a4e07327, 'click', function() {infowindow.open(map,m_ed00f0fd1389a46a156dbc31a4e07327);});$marker.push(m_ed00f0fd1389a46a156dbc31a4e07327);}});}google.maps.event.addDomListener(window, 'load', initialize);