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.5549,-81.5153)};var g_8604ce40a83008d1559c856db0cc4789 = new google.maps.Geocoder();g_8604ce40a83008d1559c856db0cc4789.geocode( { 'address': "9401 W Colonial Dr, Ocoee, FL 34761, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ocoee-FL-bankatlantic').style.display = '';map = new google.maps.Map(document.getElementById('ocoee-FL-bankatlantic'), mapOptions);}document.getElementById('7a590d1a').innerHTML += ' | View Map';var $l8604ce40a83008d1559c856db0cc4789 = '

BankAtlantic

Address: 9401 W Colonial Dr, Ocoee, FL 34761, USA
Phone:
';var m_8604ce40a83008d1559c856db0cc4789 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BankAtlantic',});m_8604ce40a83008d1559c856db0cc4789['infowindow'] = new google.maps.InfoWindow({content: $l8604ce40a83008d1559c856db0cc4789});var infowindow = new google.maps.InfoWindow({content: $l8604ce40a83008d1559c856db0cc4789});google.maps.event.addListener(m_8604ce40a83008d1559c856db0cc4789, 'click', function() {infowindow.open(map,m_8604ce40a83008d1559c856db0cc4789);});$marker.push(m_8604ce40a83008d1559c856db0cc4789);}});}google.maps.event.addDomListener(window, 'load', initialize);