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.6851,-81.5344)};var g_3558b534f88e21b83a743f8c626a53e4 = new google.maps.Geocoder();g_3558b534f88e21b83a743f8c626a53e4.geocode( { 'address': "1420 W Orange Blossom Trail, Apopka, FL 32712, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('apopka-FL-old-florida-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('apopka-FL-old-florida-national-bank'), mapOptions);}document.getElementById('9d877d92').innerHTML += ' | View Map';var $l3558b534f88e21b83a743f8c626a53e4 = '

Old Florida National Bank

Address: 1420 W Orange Blossom Trail, Apopka, FL 32712, USA
Phone: (407) 464-7024
';var m_3558b534f88e21b83a743f8c626a53e4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Old Florida National Bank',});m_3558b534f88e21b83a743f8c626a53e4['infowindow'] = new google.maps.InfoWindow({content: $l3558b534f88e21b83a743f8c626a53e4});var infowindow = new google.maps.InfoWindow({content: $l3558b534f88e21b83a743f8c626a53e4});google.maps.event.addListener(m_3558b534f88e21b83a743f8c626a53e4, 'click', function() {infowindow.open(map,m_3558b534f88e21b83a743f8c626a53e4);});$marker.push(m_3558b534f88e21b83a743f8c626a53e4);}});}google.maps.event.addDomListener(window, 'load', initialize);