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(27.7697,-80.6015)};var g_8ce6790cc6a94e65f17f908f462fae85 = new google.maps.Geocoder();g_8ce6790cc6a94e65f17f908f462fae85.geocode( { 'address': "56 N Broadway St, Fellsmere, FL 32948"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fellsmere-FL-oculina-bank').style.display = '';map = new google.maps.Map(document.getElementById('fellsmere-FL-oculina-bank'), mapOptions);}document.getElementById('4a7f4b2f').innerHTML += ' | View Map';var $l8ce6790cc6a94e65f17f908f462fae85 = '

Oculina Bank

Address: 56 N Broadway St, Fellsmere, FL 32948
Phone: (772) 571-1400
';var m_8ce6790cc6a94e65f17f908f462fae85 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Oculina Bank',});m_8ce6790cc6a94e65f17f908f462fae85['infowindow'] = new google.maps.InfoWindow({content: $l8ce6790cc6a94e65f17f908f462fae85});var infowindow = new google.maps.InfoWindow({content: $l8ce6790cc6a94e65f17f908f462fae85});google.maps.event.addListener(m_8ce6790cc6a94e65f17f908f462fae85, 'click', function() {infowindow.open(map,m_8ce6790cc6a94e65f17f908f462fae85);});$marker.push(m_8ce6790cc6a94e65f17f908f462fae85);}});}google.maps.event.addDomListener(window, 'load', initialize);