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(30.2393,-81.3876)};var g_8b90da18aa2fee81ae89d07845fcba11 = new google.maps.Geocoder();g_8b90da18aa2fee81ae89d07845fcba11.geocode( { 'address': "250 A1A North, Ponte Vedra Beach, FL 32082, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ponte-vedra-beach-FL-florida-bank').style.display = '';map = new google.maps.Map(document.getElementById('ponte-vedra-beach-FL-florida-bank'), mapOptions);}document.getElementById('fd509619').innerHTML += ' | View Map';var $l8b90da18aa2fee81ae89d07845fcba11 = '

Florida Bank

Address: 250 A1A North, Ponte Vedra Beach, FL 32082, USA
Phone: (904) 543-7055
';var m_8b90da18aa2fee81ae89d07845fcba11 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Florida Bank',});m_8b90da18aa2fee81ae89d07845fcba11['infowindow'] = new google.maps.InfoWindow({content: $l8b90da18aa2fee81ae89d07845fcba11});var infowindow = new google.maps.InfoWindow({content: $l8b90da18aa2fee81ae89d07845fcba11});google.maps.event.addListener(m_8b90da18aa2fee81ae89d07845fcba11, 'click', function() {infowindow.open(map,m_8b90da18aa2fee81ae89d07845fcba11);});$marker.push(m_8b90da18aa2fee81ae89d07845fcba11);}});}google.maps.event.addDomListener(window, 'load', initialize);