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.382,-81.7103)};var g_061198543469adec54217b823be0834e = new google.maps.Geocoder();g_061198543469adec54217b823be0834e.geocode( { 'address': "8100 Health Center Blvd, Bonita Springs, FL 34135"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bonita-springs-FL-tib-bank-of-the-keys').style.display = '';map = new google.maps.Map(document.getElementById('bonita-springs-FL-tib-bank-of-the-keys'), mapOptions);}document.getElementById('69deee03').innerHTML += ' | View Map';var $l061198543469adec54217b823be0834e = '

Tib Bank of the Keys

Address: 8100 Health Center Blvd, Bonita Springs, FL 34135
Phone: (239) 390-2805
';var m_061198543469adec54217b823be0834e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Tib Bank of the Keys',});m_061198543469adec54217b823be0834e['infowindow'] = new google.maps.InfoWindow({content: $l061198543469adec54217b823be0834e});var infowindow = new google.maps.InfoWindow({content: $l061198543469adec54217b823be0834e});google.maps.event.addListener(m_061198543469adec54217b823be0834e, 'click', function() {infowindow.open(map,m_061198543469adec54217b823be0834e);});$marker.push(m_061198543469adec54217b823be0834e);}});}google.maps.event.addDomListener(window, 'load', initialize);