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.4413,-82.0578)};var g_378a1f96defa50e36f4b9ae38b26d89a = new google.maps.Geocoder();g_378a1f96defa50e36f4b9ae38b26d89a.geocode( { 'address': "1699 Periwinkle Way, Sanibel, FL 33957, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sanibel-FL-bank-of-the-islands').style.display = '';map = new google.maps.Map(document.getElementById('sanibel-FL-bank-of-the-islands'), mapOptions);}document.getElementById('952ec7fe').innerHTML += ' | View Map';var $l378a1f96defa50e36f4b9ae38b26d89a = '

Bank of the Islands

Address: 1699 Periwinkle Way, Sanibel, FL 33957, USA
Phone: (239) 472-7211
';var m_378a1f96defa50e36f4b9ae38b26d89a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the Islands',});m_378a1f96defa50e36f4b9ae38b26d89a['infowindow'] = new google.maps.InfoWindow({content: $l378a1f96defa50e36f4b9ae38b26d89a});var infowindow = new google.maps.InfoWindow({content: $l378a1f96defa50e36f4b9ae38b26d89a});google.maps.event.addListener(m_378a1f96defa50e36f4b9ae38b26d89a, 'click', function() {infowindow.open(map,m_378a1f96defa50e36f4b9ae38b26d89a);});$marker.push(m_378a1f96defa50e36f4b9ae38b26d89a);}});}google.maps.event.addDomListener(window, 'load', initialize);