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.7632,-86.5635)};var g_70c6abb042b76f871a354c8b9f597139 = new google.maps.Geocoder();g_70c6abb042b76f871a354c8b9f597139.geocode( { 'address': "345 E James Lee Blvd, Crestview, FL 32539"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('crestview-FL-community-bank-coast').style.display = '';map = new google.maps.Map(document.getElementById('crestview-FL-community-bank-coast'), mapOptions);}document.getElementById('a3154791').innerHTML += ' | View Map';var $l70c6abb042b76f871a354c8b9f597139 = '

Community Bank Coast

Address: 345 E James Lee Blvd, Crestview, FL 32539
Phone: (850) 683-8822
';var m_70c6abb042b76f871a354c8b9f597139 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Bank Coast',});m_70c6abb042b76f871a354c8b9f597139['infowindow'] = new google.maps.InfoWindow({content: $l70c6abb042b76f871a354c8b9f597139});var infowindow = new google.maps.InfoWindow({content: $l70c6abb042b76f871a354c8b9f597139});google.maps.event.addListener(m_70c6abb042b76f871a354c8b9f597139, 'click', function() {infowindow.open(map,m_70c6abb042b76f871a354c8b9f597139);});$marker.push(m_70c6abb042b76f871a354c8b9f597139);}});}google.maps.event.addDomListener(window, 'load', initialize);