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.1666,-80.2925)};var g_a543c921889f9dcddaff0ce4ca955293 = new google.maps.Geocoder();g_a543c921889f9dcddaff0ce4ca955293.geocode( { 'address': "1030 SW Martin Downs Blvd, Palm City, FL 34990"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('palm-city-FL-oculina-bank').style.display = '';map = new google.maps.Map(document.getElementById('palm-city-FL-oculina-bank'), mapOptions);}document.getElementById('9917e950').innerHTML += ' | View Map';var $la543c921889f9dcddaff0ce4ca955293 = '

Oculina Bank

Address: 1030 SW Martin Downs Blvd, Palm City, FL 34990
Phone: (772) 323-2888
';var m_a543c921889f9dcddaff0ce4ca955293 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Oculina Bank',});m_a543c921889f9dcddaff0ce4ca955293['infowindow'] = new google.maps.InfoWindow({content: $la543c921889f9dcddaff0ce4ca955293});var infowindow = new google.maps.InfoWindow({content: $la543c921889f9dcddaff0ce4ca955293});google.maps.event.addListener(m_a543c921889f9dcddaff0ce4ca955293, 'click', function() {infowindow.open(map,m_a543c921889f9dcddaff0ce4ca955293);});$marker.push(m_a543c921889f9dcddaff0ce4ca955293);}});}google.maps.event.addDomListener(window, 'load', initialize);