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(24.9213,-80.6301)};var g_b1ff86a5f63c33a35b44640aa148b33d = new google.maps.Geocoder();g_b1ff86a5f63c33a35b44640aa148b33d.geocode( { 'address': "81621 Old Hwy, Islamorada, FL 33036"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('islamorada-FL-first-state-bank-of-the-florida-keys').style.display = '';map = new google.maps.Map(document.getElementById('islamorada-FL-first-state-bank-of-the-florida-keys'), mapOptions);}document.getElementById('5d6d95bd').innerHTML += ' | View Map';var $lb1ff86a5f63c33a35b44640aa148b33d = '

First State Bank of the Florida Keys

Address: 81621 Old Hwy, Islamorada, FL 33036
Phone: (305) 664-9070
';var m_b1ff86a5f63c33a35b44640aa148b33d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First State Bank of the Florida Keys',});m_b1ff86a5f63c33a35b44640aa148b33d['infowindow'] = new google.maps.InfoWindow({content: $lb1ff86a5f63c33a35b44640aa148b33d});var infowindow = new google.maps.InfoWindow({content: $lb1ff86a5f63c33a35b44640aa148b33d});google.maps.event.addListener(m_b1ff86a5f63c33a35b44640aa148b33d, 'click', function() {infowindow.open(map,m_b1ff86a5f63c33a35b44640aa148b33d);});$marker.push(m_b1ff86a5f63c33a35b44640aa148b33d);}});}google.maps.event.addDomListener(window, 'load', initialize);