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.7196,-81.0651)};var g_5328ac689ba92691f608df1d13366d8d = new google.maps.Geocoder();g_5328ac689ba92691f608df1d13366d8d.geocode( { 'address': "6900 Overseas Hwy, Marathon, FL 33050, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('marathon-FL-first-state-bank-of-the-florida-keys').style.display = '';map = new google.maps.Map(document.getElementById('marathon-FL-first-state-bank-of-the-florida-keys'), mapOptions);}document.getElementById('d0d10328').innerHTML += ' | View Map';var $l5328ac689ba92691f608df1d13366d8d = '

First State Bank of the Florida Keys

Address: 6900 Overseas Hwy, Marathon, FL 33050, USA
Phone: (305) 289-4393
';var m_5328ac689ba92691f608df1d13366d8d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First State Bank of the Florida Keys',});m_5328ac689ba92691f608df1d13366d8d['infowindow'] = new google.maps.InfoWindow({content: $l5328ac689ba92691f608df1d13366d8d});var infowindow = new google.maps.InfoWindow({content: $l5328ac689ba92691f608df1d13366d8d});google.maps.event.addListener(m_5328ac689ba92691f608df1d13366d8d, 'click', function() {infowindow.open(map,m_5328ac689ba92691f608df1d13366d8d);});$marker.push(m_5328ac689ba92691f608df1d13366d8d);}});}google.maps.event.addDomListener(window, 'load', initialize);