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.3242,-81.4019)};var g_6d67129aba0f04b0d31f46622b46577f = new google.maps.Geocoder();g_6d67129aba0f04b0d31f46622b46577f.geocode( { 'address': "560 Atlantic Blvd, Neptune Beach, FL 32266, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('neptune-beach-FL-the-jacksonville-bank---neptune-beach-branch').style.display = '';map = new google.maps.Map(document.getElementById('neptune-beach-FL-the-jacksonville-bank---neptune-beach-branch'), mapOptions);}document.getElementById('1ae30ca7').innerHTML += ' | View Map';var $l6d67129aba0f04b0d31f46622b46577f = '

The Jacksonville Bank - Neptune Beach Branch

Address: 560 Atlantic Blvd, Neptune Beach, FL 32266, USA
Phone: (904) 435-0550
';var m_6d67129aba0f04b0d31f46622b46577f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Jacksonville Bank - Neptune Beach Branch',});m_6d67129aba0f04b0d31f46622b46577f['infowindow'] = new google.maps.InfoWindow({content: $l6d67129aba0f04b0d31f46622b46577f});var infowindow = new google.maps.InfoWindow({content: $l6d67129aba0f04b0d31f46622b46577f});google.maps.event.addListener(m_6d67129aba0f04b0d31f46622b46577f, 'click', function() {infowindow.open(map,m_6d67129aba0f04b0d31f46622b46577f);});$marker.push(m_6d67129aba0f04b0d31f46622b46577f);}});}google.maps.event.addDomListener(window, 'load', initialize);