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()};var g_faaae1866a54fdb13aa89b7da8101bdc = new google.maps.Geocoder();g_faaae1866a54fdb13aa89b7da8101bdc.geocode( { 'address': "236 Ponte Vedra Park Dr, Ponte Vedra Bch, FL 32082"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ponte-vedra-bch-FL-everbank').style.display = '';map = new google.maps.Map(document.getElementById('ponte-vedra-bch-FL-everbank'), mapOptions);}document.getElementById('d4732763').innerHTML += ' | View Map';var $lfaaae1866a54fdb13aa89b7da8101bdc = '

Everbank

Address: 236 Ponte Vedra Park Dr, Ponte Vedra Bch, FL 32082
Phone: (904) 280-2660
';var m_faaae1866a54fdb13aa89b7da8101bdc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Everbank',});m_faaae1866a54fdb13aa89b7da8101bdc['infowindow'] = new google.maps.InfoWindow({content: $lfaaae1866a54fdb13aa89b7da8101bdc});var infowindow = new google.maps.InfoWindow({content: $lfaaae1866a54fdb13aa89b7da8101bdc});google.maps.event.addListener(m_faaae1866a54fdb13aa89b7da8101bdc, 'click', function() {infowindow.open(map,m_faaae1866a54fdb13aa89b7da8101bdc);});$marker.push(m_faaae1866a54fdb13aa89b7da8101bdc);}});}google.maps.event.addDomListener(window, 'load', initialize);