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.4462,-82.0861)};var g_d6aa56c3cd6341dd6c3ab5757a5e103b = new google.maps.Geocoder();g_d6aa56c3cd6341dd6c3ab5757a5e103b.geocode( { 'address': "1699 Periwinkle Way, Sanibel, FL 33957"}, 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('5ee9b94c').innerHTML += ' | View Map';var $ld6aa56c3cd6341dd6c3ab5757a5e103b = '

Bank Of The Islands

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