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.2912,-81.7828)};var g_e8a69929b973f5258aa69111458b1de7 = new google.maps.Geocoder();g_e8a69929b973f5258aa69111458b1de7.geocode( { 'address': "8048 Normandy Blvd, Jacksonville, FL 32221, USA"}, 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('07381923').innerHTML += ' | View Map';var $le8a69929b973f5258aa69111458b1de7 = '

Atlantic Coast Bank

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