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.5815,-84.5814)};var g_ca85a11d2dbe4fc87e143ec7460581ab = new google.maps.Geocoder();g_ca85a11d2dbe4fc87e143ec7460581ab.geocode( { 'address': "4 E Washington St, Quincy, FL 32351"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('quincy-FL-capital-city-bank').style.display = '';map = new google.maps.Map(document.getElementById('quincy-FL-capital-city-bank'), mapOptions);}document.getElementById('718e1364').innerHTML += ' | View Map';var $lca85a11d2dbe4fc87e143ec7460581ab = '

Capital City Bank

Address: 4 E Washington St, Quincy, FL 32351
Phone: (850) 875-1000
';var m_ca85a11d2dbe4fc87e143ec7460581ab = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Capital City Bank',});m_ca85a11d2dbe4fc87e143ec7460581ab['infowindow'] = new google.maps.InfoWindow({content: $lca85a11d2dbe4fc87e143ec7460581ab});var infowindow = new google.maps.InfoWindow({content: $lca85a11d2dbe4fc87e143ec7460581ab});google.maps.event.addListener(m_ca85a11d2dbe4fc87e143ec7460581ab, 'click', function() {infowindow.open(map,m_ca85a11d2dbe4fc87e143ec7460581ab);});$marker.push(m_ca85a11d2dbe4fc87e143ec7460581ab);}});}google.maps.event.addDomListener(window, 'load', initialize);