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.1642,-81.5996)};var g_c1bc7f81bdba1b65aca9d6d1592b41ad = new google.maps.Geocoder();g_c1bc7f81bdba1b65aca9d6d1592b41ad.geocode( { 'address': "11481 Old St Augustine Rd #104, Jacksonville, FL 32258, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jacksonville-FL-coast2coast-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('jacksonville-FL-coast2coast-mortgage'), mapOptions);}document.getElementById('4a8690ca').innerHTML += ' | View Map';var $lc1bc7f81bdba1b65aca9d6d1592b41ad = '

Coast2Coast Mortgage

Address: 11481 Old St Augustine Rd #104, Jacksonville, FL 32258, USA
Phone: (904) 503-2501
';var m_c1bc7f81bdba1b65aca9d6d1592b41ad = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Coast2Coast Mortgage',});m_c1bc7f81bdba1b65aca9d6d1592b41ad['infowindow'] = new google.maps.InfoWindow({content: $lc1bc7f81bdba1b65aca9d6d1592b41ad});var infowindow = new google.maps.InfoWindow({content: $lc1bc7f81bdba1b65aca9d6d1592b41ad});google.maps.event.addListener(m_c1bc7f81bdba1b65aca9d6d1592b41ad, 'click', function() {infowindow.open(map,m_c1bc7f81bdba1b65aca9d6d1592b41ad);});$marker.push(m_c1bc7f81bdba1b65aca9d6d1592b41ad);}});}google.maps.event.addDomListener(window, 'load', initialize);