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.4691,-83.419)};var g_e46267204fe0da35710877834f57a3b4 = new google.maps.Geocoder();g_e46267204fe0da35710877834f57a3b4.geocode( { 'address': "343 W Base St, Madison, FL 32340, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('madison-FL-capital-city-bank').style.display = '';map = new google.maps.Map(document.getElementById('madison-FL-capital-city-bank'), mapOptions);}document.getElementById('fbf3ca9f').innerHTML += ' | View Map';var $le46267204fe0da35710877834f57a3b4 = '

Capital City Bank

Address: 343 W Base St, Madison, FL 32340, USA
Phone: (850) 973-4161
';var m_e46267204fe0da35710877834f57a3b4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Capital City Bank',});m_e46267204fe0da35710877834f57a3b4['infowindow'] = new google.maps.InfoWindow({content: $le46267204fe0da35710877834f57a3b4});var infowindow = new google.maps.InfoWindow({content: $le46267204fe0da35710877834f57a3b4});google.maps.event.addListener(m_e46267204fe0da35710877834f57a3b4, 'click', function() {infowindow.open(map,m_e46267204fe0da35710877834f57a3b4);});$marker.push(m_e46267204fe0da35710877834f57a3b4);}});}google.maps.event.addDomListener(window, 'load', initialize);