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(29.8247,-81.3217)};var g_304ff1dc9a64c78258e56093a3291c0b = new google.maps.Geocoder();g_304ff1dc9a64c78258e56093a3291c0b.geocode( { 'address': "3770 US-1, St Augustine, FL 32086, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('st-augustine-FL-mortgage-market-inc').style.display = '';map = new google.maps.Map(document.getElementById('st-augustine-FL-mortgage-market-inc'), mapOptions);}document.getElementById('bc76bf7b').innerHTML += ' | View Map';var $l304ff1dc9a64c78258e56093a3291c0b = '

Mortgage Market Inc

Address: 3770 US-1, St Augustine, FL 32086, USA
Phone: (904) 794-2880
';var m_304ff1dc9a64c78258e56093a3291c0b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mortgage Market Inc',});m_304ff1dc9a64c78258e56093a3291c0b['infowindow'] = new google.maps.InfoWindow({content: $l304ff1dc9a64c78258e56093a3291c0b});var infowindow = new google.maps.InfoWindow({content: $l304ff1dc9a64c78258e56093a3291c0b});google.maps.event.addListener(m_304ff1dc9a64c78258e56093a3291c0b, 'click', function() {infowindow.open(map,m_304ff1dc9a64c78258e56093a3291c0b);});$marker.push(m_304ff1dc9a64c78258e56093a3291c0b);}});}google.maps.event.addDomListener(window, 'load', initialize);