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(26.6099,-81.6526)};var g_7bfc68ef5366b830aa2bb2e46f924bab = new google.maps.Geocoder();g_7bfc68ef5366b830aa2bb2e46f924bab.geocode( { 'address': "1360 Homestead Rd N, Lehigh Acres, FL 33936, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lehigh-acres-FL-bank-of-america-financial-center').style.display = '';map = new google.maps.Map(document.getElementById('lehigh-acres-FL-bank-of-america-financial-center'), mapOptions);}document.getElementById('9e0f044b').innerHTML += ' | View Map';var $l7bfc68ef5366b830aa2bb2e46f924bab = '

Bank of America Financial Center

Address: 1360 Homestead Rd N, Lehigh Acres, FL 33936, USA
Phone: (239) 369-5264
';var m_7bfc68ef5366b830aa2bb2e46f924bab = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America Financial Center',});m_7bfc68ef5366b830aa2bb2e46f924bab['infowindow'] = new google.maps.InfoWindow({content: $l7bfc68ef5366b830aa2bb2e46f924bab});var infowindow = new google.maps.InfoWindow({content: $l7bfc68ef5366b830aa2bb2e46f924bab});google.maps.event.addListener(m_7bfc68ef5366b830aa2bb2e46f924bab, 'click', function() {infowindow.open(map,m_7bfc68ef5366b830aa2bb2e46f924bab);});$marker.push(m_7bfc68ef5366b830aa2bb2e46f924bab);}});}google.maps.event.addDomListener(window, 'load', initialize);