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.9626,-82.3535)};var g_a8e551187935f7d79a0d9d821ceb8376 = new google.maps.Geocoder();g_a8e551187935f7d79a0d9d821ceb8376.geocode( { 'address': "10 N Indiana Ave, Englewood, FL 34223, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('englewood-FL-bank-of-america-financial-center').style.display = '';map = new google.maps.Map(document.getElementById('englewood-FL-bank-of-america-financial-center'), mapOptions);}document.getElementById('80997f47').innerHTML += ' | View Map';var $la8e551187935f7d79a0d9d821ceb8376 = '

Bank of America Financial Center

Address: 10 N Indiana Ave, Englewood, FL 34223, USA
Phone: (941) 474-5531
';var m_a8e551187935f7d79a0d9d821ceb8376 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America Financial Center',});m_a8e551187935f7d79a0d9d821ceb8376['infowindow'] = new google.maps.InfoWindow({content: $la8e551187935f7d79a0d9d821ceb8376});var infowindow = new google.maps.InfoWindow({content: $la8e551187935f7d79a0d9d821ceb8376});google.maps.event.addListener(m_a8e551187935f7d79a0d9d821ceb8376, 'click', function() {infowindow.open(map,m_a8e551187935f7d79a0d9d821ceb8376);});$marker.push(m_a8e551187935f7d79a0d9d821ceb8376);}});}google.maps.event.addDomListener(window, 'load', initialize);