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.7471,-82.5266)};var g_cb138c0ea6e0ec0ac07cb501db562b47 = new google.maps.Geocoder();g_cb138c0ea6e0ec0ac07cb501db562b47.geocode( { 'address': "4395 S Suncoast Blvd, Homosassa, FL 34446"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('homosassa-FL-bank-of-america').style.display = '';map = new google.maps.Map(document.getElementById('homosassa-FL-bank-of-america'), mapOptions);}document.getElementById('37af0a71').innerHTML += ' | View Map';var $lcb138c0ea6e0ec0ac07cb501db562b47 = '

Bank of America

Address: 4395 S Suncoast Blvd, Homosassa, FL 34446
Phone: (352) 628-3354
';var m_cb138c0ea6e0ec0ac07cb501db562b47 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America',});m_cb138c0ea6e0ec0ac07cb501db562b47['infowindow'] = new google.maps.InfoWindow({content: $lcb138c0ea6e0ec0ac07cb501db562b47});var infowindow = new google.maps.InfoWindow({content: $lcb138c0ea6e0ec0ac07cb501db562b47});google.maps.event.addListener(m_cb138c0ea6e0ec0ac07cb501db562b47, 'click', function() {infowindow.open(map,m_cb138c0ea6e0ec0ac07cb501db562b47);});$marker.push(m_cb138c0ea6e0ec0ac07cb501db562b47);}});}google.maps.event.addDomListener(window, 'load', initialize);