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.5097,-81.3759)};var g_f4d62b2dad8bbe407ead358dbd0355a3 = new google.maps.Geocoder();g_f4d62b2dad8bbe407ead358dbd0355a3.geocode( { 'address': "2893 S Orange Ave, Orlando, FL 32806, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('orlando-FL-bank-of-america-atm').style.display = '';map = new google.maps.Map(document.getElementById('orlando-FL-bank-of-america-atm'), mapOptions);}document.getElementById('038b25b0').innerHTML += ' | View Map';var $lf4d62b2dad8bbe407ead358dbd0355a3 = '

Bank of America ATM

Address: 2893 S Orange Ave, Orlando, FL 32806, USA
Phone: (407) 826-0380
';var m_f4d62b2dad8bbe407ead358dbd0355a3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America ATM',});m_f4d62b2dad8bbe407ead358dbd0355a3['infowindow'] = new google.maps.InfoWindow({content: $lf4d62b2dad8bbe407ead358dbd0355a3});var infowindow = new google.maps.InfoWindow({content: $lf4d62b2dad8bbe407ead358dbd0355a3});google.maps.event.addListener(m_f4d62b2dad8bbe407ead358dbd0355a3, 'click', function() {infowindow.open(map,m_f4d62b2dad8bbe407ead358dbd0355a3);});$marker.push(m_f4d62b2dad8bbe407ead358dbd0355a3);}});}google.maps.event.addDomListener(window, 'load', initialize);