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.5384,-81.3747)};var g_68b89148ade03cc8c79cf6e9ace396c3 = new google.maps.Geocoder();g_68b89148ade03cc8c79cf6e9ace396c3.geocode( { 'address': "2750 Taylor Ave, Orlando, FL 32806"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('orlando-FL-1st-commercial-bank-of-florida').style.display = '';map = new google.maps.Map(document.getElementById('orlando-FL-1st-commercial-bank-of-florida'), mapOptions);}document.getElementById('be4ba538').innerHTML += ' | View Map';var $l68b89148ade03cc8c79cf6e9ace396c3 = '

1st Commercial Bank Of Florida

Address: 2750 Taylor Ave, Orlando, FL 32806
Phone: (407) 770-1555
';var m_68b89148ade03cc8c79cf6e9ace396c3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: '1st Commercial Bank Of Florida',});m_68b89148ade03cc8c79cf6e9ace396c3['infowindow'] = new google.maps.InfoWindow({content: $l68b89148ade03cc8c79cf6e9ace396c3});var infowindow = new google.maps.InfoWindow({content: $l68b89148ade03cc8c79cf6e9ace396c3});google.maps.event.addListener(m_68b89148ade03cc8c79cf6e9ace396c3, 'click', function() {infowindow.open(map,m_68b89148ade03cc8c79cf6e9ace396c3);});$marker.push(m_68b89148ade03cc8c79cf6e9ace396c3);}});}google.maps.event.addDomListener(window, 'load', initialize);