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.2064,-81.6199)};var g_157c6fd13f6ad2911c5ec3a97dfd4438 = new google.maps.Geocoder();g_157c6fd13f6ad2911c5ec3a97dfd4438.geocode( { 'address': "3753 Cardinal Point Dr, Jacksonville, FL 32257, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jacksonville-FL-atlantic-trust-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('jacksonville-FL-atlantic-trust-mortgage'), mapOptions);}document.getElementById('f6ab92be').innerHTML += ' | View Map';var $l157c6fd13f6ad2911c5ec3a97dfd4438 = '

Atlantic Trust Mortgage

Address: 3753 Cardinal Point Dr, Jacksonville, FL 32257, USA
Phone: (904) 338-9356
';var m_157c6fd13f6ad2911c5ec3a97dfd4438 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Atlantic Trust Mortgage',});m_157c6fd13f6ad2911c5ec3a97dfd4438['infowindow'] = new google.maps.InfoWindow({content: $l157c6fd13f6ad2911c5ec3a97dfd4438});var infowindow = new google.maps.InfoWindow({content: $l157c6fd13f6ad2911c5ec3a97dfd4438});google.maps.event.addListener(m_157c6fd13f6ad2911c5ec3a97dfd4438, 'click', function() {infowindow.open(map,m_157c6fd13f6ad2911c5ec3a97dfd4438);});$marker.push(m_157c6fd13f6ad2911c5ec3a97dfd4438);}});}google.maps.event.addDomListener(window, 'load', initialize);