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.6924,-84.8423)};var g_c6b0a11fc5c629552f5f91d35e2a45fb = new google.maps.Geocoder();g_c6b0a11fc5c629552f5f91d35e2a45fb.geocode( { 'address': "316 W Washington St, Chattahoochee, FL 32324"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chattahoochee-FL-capital-city-bank').style.display = '';map = new google.maps.Map(document.getElementById('chattahoochee-FL-capital-city-bank'), mapOptions);}document.getElementById('ec6d4722').innerHTML += ' | View Map';var $lc6b0a11fc5c629552f5f91d35e2a45fb = '

Capital City Bank

Address: 316 W Washington St, Chattahoochee, FL 32324
Phone: (850) 663-4355
';var m_c6b0a11fc5c629552f5f91d35e2a45fb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Capital City Bank',});m_c6b0a11fc5c629552f5f91d35e2a45fb['infowindow'] = new google.maps.InfoWindow({content: $lc6b0a11fc5c629552f5f91d35e2a45fb});var infowindow = new google.maps.InfoWindow({content: $lc6b0a11fc5c629552f5f91d35e2a45fb});google.maps.event.addListener(m_c6b0a11fc5c629552f5f91d35e2a45fb, 'click', function() {infowindow.open(map,m_c6b0a11fc5c629552f5f91d35e2a45fb);});$marker.push(m_c6b0a11fc5c629552f5f91d35e2a45fb);}});}google.maps.event.addDomListener(window, 'load', initialize);