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.6785,-81.3684)};var g_718a9661ddb1e1f4cf8e4d60d9c0cdab = new google.maps.Geocoder();g_718a9661ddb1e1f4cf8e4d60d9c0cdab.geocode( { 'address': "30515 Overseas Hwy, Big Pine Key, FL 33043"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('big-pine-key-FL-first-state-bank-florida-keys').style.display = '';map = new google.maps.Map(document.getElementById('big-pine-key-FL-first-state-bank-florida-keys'), mapOptions);}document.getElementById('38a5aeb6').innerHTML += ' | View Map';var $l718a9661ddb1e1f4cf8e4d60d9c0cdab = '

First State Bank-Florida Keys

Address: 30515 Overseas Hwy, Big Pine Key, FL 33043
Phone: (305) 872-4778
';var m_718a9661ddb1e1f4cf8e4d60d9c0cdab = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First State Bank-Florida Keys',});m_718a9661ddb1e1f4cf8e4d60d9c0cdab['infowindow'] = new google.maps.InfoWindow({content: $l718a9661ddb1e1f4cf8e4d60d9c0cdab});var infowindow = new google.maps.InfoWindow({content: $l718a9661ddb1e1f4cf8e4d60d9c0cdab});google.maps.event.addListener(m_718a9661ddb1e1f4cf8e4d60d9c0cdab, 'click', function() {infowindow.open(map,m_718a9661ddb1e1f4cf8e4d60d9c0cdab);});$marker.push(m_718a9661ddb1e1f4cf8e4d60d9c0cdab);}});}google.maps.event.addDomListener(window, 'load', initialize);