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.1387,-81.7971)};var g_6c8075e295e3f39797ded21a0a94ed08 = new google.maps.Geocoder();g_6c8075e295e3f39797ded21a0a94ed08.geocode( { 'address': "801 Laurel Oak, Naples, FL 34108"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('naples-FL-bmo-harris-bank-closed').style.display = '';map = new google.maps.Map(document.getElementById('naples-FL-bmo-harris-bank-closed'), mapOptions);}document.getElementById('888f2221').innerHTML += ' | View Map';var $l6c8075e295e3f39797ded21a0a94ed08 = '

BMO Harris Bank - CLOSED

Address: 801 Laurel Oak, Naples, FL 34108
Phone: (239) 592-2440
';var m_6c8075e295e3f39797ded21a0a94ed08 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BMO Harris Bank - CLOSED',});m_6c8075e295e3f39797ded21a0a94ed08['infowindow'] = new google.maps.InfoWindow({content: $l6c8075e295e3f39797ded21a0a94ed08});var infowindow = new google.maps.InfoWindow({content: $l6c8075e295e3f39797ded21a0a94ed08});google.maps.event.addListener(m_6c8075e295e3f39797ded21a0a94ed08, 'click', function() {infowindow.open(map,m_6c8075e295e3f39797ded21a0a94ed08);});$marker.push(m_6c8075e295e3f39797ded21a0a94ed08);}});}google.maps.event.addDomListener(window, 'load', initialize);