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.6576,-81.4542)};var g_ac246594da24758e8d58c4c36b913616 = new google.maps.Geocoder();g_ac246594da24758e8d58c4c36b913616.geocode( { 'address': "24794 Overseas Hwy, Summerland Key, FL 33042"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('summerland-key-FL-first-state-bank-florida-keys').style.display = '';map = new google.maps.Map(document.getElementById('summerland-key-FL-first-state-bank-florida-keys'), mapOptions);}document.getElementById('cb16f292').innerHTML += ' | View Map';var $lac246594da24758e8d58c4c36b913616 = '

First State Bank-Florida Keys

Address: 24794 Overseas Hwy, Summerland Key, FL 33042
Phone: (305) 745-2514
';var m_ac246594da24758e8d58c4c36b913616 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First State Bank-Florida Keys',});m_ac246594da24758e8d58c4c36b913616['infowindow'] = new google.maps.InfoWindow({content: $lac246594da24758e8d58c4c36b913616});var infowindow = new google.maps.InfoWindow({content: $lac246594da24758e8d58c4c36b913616});google.maps.event.addListener(m_ac246594da24758e8d58c4c36b913616, 'click', function() {infowindow.open(map,m_ac246594da24758e8d58c4c36b913616);});$marker.push(m_ac246594da24758e8d58c4c36b913616);}});}google.maps.event.addDomListener(window, 'load', initialize);