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.3349,-81.7709)};var g_e4bdb2a2986c8f4b14fe24bfd17922cd = new google.maps.Geocoder();g_e4bdb2a2986c8f4b14fe24bfd17922cd.geocode( { 'address': "8048 Normandy Blvd, Jacksonville, FL 32221"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jacksonville-FL-atlantic-coast-bank').style.display = '';map = new google.maps.Map(document.getElementById('jacksonville-FL-atlantic-coast-bank'), mapOptions);}document.getElementById('504ca40a').innerHTML += ' | View Map';var $le4bdb2a2986c8f4b14fe24bfd17922cd = '

Atlantic Coast Bank

Address: 8048 Normandy Blvd, Jacksonville, FL 32221
Phone: (904) 786-0853
';var m_e4bdb2a2986c8f4b14fe24bfd17922cd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Atlantic Coast Bank',});m_e4bdb2a2986c8f4b14fe24bfd17922cd['infowindow'] = new google.maps.InfoWindow({content: $le4bdb2a2986c8f4b14fe24bfd17922cd});var infowindow = new google.maps.InfoWindow({content: $le4bdb2a2986c8f4b14fe24bfd17922cd});google.maps.event.addListener(m_e4bdb2a2986c8f4b14fe24bfd17922cd, 'click', function() {infowindow.open(map,m_e4bdb2a2986c8f4b14fe24bfd17922cd);});$marker.push(m_e4bdb2a2986c8f4b14fe24bfd17922cd);}});}google.maps.event.addDomListener(window, 'load', initialize);