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.6624,-81.5011)};var g_6e776bda8a4dc8373337f9ef49686d0e = new google.maps.Geocoder();g_6e776bda8a4dc8373337f9ef49686d0e.geocode( { 'address': "33 E Main St, FL 1ST, Apopka, FL 32703"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('apopka-FL-bank-of-america').style.display = '';map = new google.maps.Map(document.getElementById('apopka-FL-bank-of-america'), mapOptions);}document.getElementById('d7127aa0').innerHTML += ' | View Map';var $l6e776bda8a4dc8373337f9ef49686d0e = '

Bank of America

Address: 33 E Main St, FL 1ST, Apopka, FL 32703
Phone: (407) 889-1100
';var m_6e776bda8a4dc8373337f9ef49686d0e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America',});m_6e776bda8a4dc8373337f9ef49686d0e['infowindow'] = new google.maps.InfoWindow({content: $l6e776bda8a4dc8373337f9ef49686d0e});var infowindow = new google.maps.InfoWindow({content: $l6e776bda8a4dc8373337f9ef49686d0e});google.maps.event.addListener(m_6e776bda8a4dc8373337f9ef49686d0e, 'click', function() {infowindow.open(map,m_6e776bda8a4dc8373337f9ef49686d0e);});$marker.push(m_6e776bda8a4dc8373337f9ef49686d0e);}});}google.maps.event.addDomListener(window, 'load', initialize);