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(28.7512,-82.2967)};var g_6a6331cd682c28bd1d95cb865c69cbdd = new google.maps.Geocoder();g_6a6331cd682c28bd1d95cb865c69cbdd.geocode( { 'address': "7697 S Florida Ave, Floral City, FL 34436, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('floral-city-FL-capital-city-bank').style.display = '';map = new google.maps.Map(document.getElementById('floral-city-FL-capital-city-bank'), mapOptions);}document.getElementById('1d80353e').innerHTML += ' | View Map';var $l6a6331cd682c28bd1d95cb865c69cbdd = '

Capital City Bank

Address: 7697 S Florida Ave, Floral City, FL 34436, USA
Phone: (352) 344-1555
';var m_6a6331cd682c28bd1d95cb865c69cbdd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Capital City Bank',});m_6a6331cd682c28bd1d95cb865c69cbdd['infowindow'] = new google.maps.InfoWindow({content: $l6a6331cd682c28bd1d95cb865c69cbdd});var infowindow = new google.maps.InfoWindow({content: $l6a6331cd682c28bd1d95cb865c69cbdd});google.maps.event.addListener(m_6a6331cd682c28bd1d95cb865c69cbdd, 'click', function() {infowindow.open(map,m_6a6331cd682c28bd1d95cb865c69cbdd);});$marker.push(m_6a6331cd682c28bd1d95cb865c69cbdd);}});}google.maps.event.addDomListener(window, 'load', initialize);