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(29.1701,-83.0142)};var g_849f1e4d940d9fa0190e224c078bf445 = new google.maps.Geocoder();g_849f1e4d940d9fa0190e224c078bf445.geocode( { 'address': "7060 C St, Cedar Key, FL 32625"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cedar-key-FL-drummond-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('cedar-key-FL-drummond-community-bank'), mapOptions);}document.getElementById('652ca202').innerHTML += ' | View Map';var $l849f1e4d940d9fa0190e224c078bf445 = '

Drummond Community Bank

Address: 7060 C St, Cedar Key, FL 32625
Phone: (352) 543-5450
';var m_849f1e4d940d9fa0190e224c078bf445 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Drummond Community Bank',});m_849f1e4d940d9fa0190e224c078bf445['infowindow'] = new google.maps.InfoWindow({content: $l849f1e4d940d9fa0190e224c078bf445});var infowindow = new google.maps.InfoWindow({content: $l849f1e4d940d9fa0190e224c078bf445});google.maps.event.addListener(m_849f1e4d940d9fa0190e224c078bf445, 'click', function() {infowindow.open(map,m_849f1e4d940d9fa0190e224c078bf445);});$marker.push(m_849f1e4d940d9fa0190e224c078bf445);}});}google.maps.event.addDomListener(window, 'load', initialize);