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()};var g_547e254ad67a3f2b4cd98de28e663293 = new google.maps.Geocoder();g_547e254ad67a3f2b4cd98de28e663293.geocode( { 'address': "2500 Eudora Rd, Mt Dora, FL 32757"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mt-dora-FL-first-national-bank-of-mt-dora').style.display = '';map = new google.maps.Map(document.getElementById('mt-dora-FL-first-national-bank-of-mt-dora'), mapOptions);}document.getElementById('6d093f97').innerHTML += ' | View Map';var $l547e254ad67a3f2b4cd98de28e663293 = '

First National Bank Of Mt Dora

Address: 2500 Eudora Rd, Mt Dora, FL 32757
Phone: (352) 383-2111
';var m_547e254ad67a3f2b4cd98de28e663293 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank Of Mt Dora',});m_547e254ad67a3f2b4cd98de28e663293['infowindow'] = new google.maps.InfoWindow({content: $l547e254ad67a3f2b4cd98de28e663293});var infowindow = new google.maps.InfoWindow({content: $l547e254ad67a3f2b4cd98de28e663293});google.maps.event.addListener(m_547e254ad67a3f2b4cd98de28e663293, 'click', function() {infowindow.open(map,m_547e254ad67a3f2b4cd98de28e663293);});$marker.push(m_547e254ad67a3f2b4cd98de28e663293);}});}google.maps.event.addDomListener(window, 'load', initialize);