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.8042,-81.8856)};var g_a5184b7f699205c7098409380df094f2 = new google.maps.Geocoder();g_a5184b7f699205c7098409380df094f2.geocode( { 'address': "1341 Griffin Rd, Leesburg, FL 34748"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('leesburg-FL-citizens-first-bank').style.display = '';map = new google.maps.Map(document.getElementById('leesburg-FL-citizens-first-bank'), mapOptions);}document.getElementById('eb0866ce').innerHTML += ' | View Map';var $la5184b7f699205c7098409380df094f2 = '

Citizens First Bank

Address: 1341 Griffin Rd, Leesburg, FL 34748
Phone: (352) 259-3200
';var m_a5184b7f699205c7098409380df094f2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens First Bank',});m_a5184b7f699205c7098409380df094f2['infowindow'] = new google.maps.InfoWindow({content: $la5184b7f699205c7098409380df094f2});var infowindow = new google.maps.InfoWindow({content: $la5184b7f699205c7098409380df094f2});google.maps.event.addListener(m_a5184b7f699205c7098409380df094f2, 'click', function() {infowindow.open(map,m_a5184b7f699205c7098409380df094f2);});$marker.push(m_a5184b7f699205c7098409380df094f2);}});}google.maps.event.addDomListener(window, 'load', initialize);