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.8209,-81.2707)};var g_bcb73fbe9dd3aeac50dde41f0bdb24ce = new google.maps.Geocoder();g_bcb73fbe9dd3aeac50dde41f0bdb24ce.geocode( { 'address': "4075 A1A S b200, St Augustine, FL 32080, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('st-augustine-FL-embassy-loans').style.display = '';map = new google.maps.Map(document.getElementById('st-augustine-FL-embassy-loans'), mapOptions);}document.getElementById('48a74ac3').innerHTML += ' | View Map';var $lbcb73fbe9dd3aeac50dde41f0bdb24ce = '

Embassy Loans

Address: 4075 A1A S b200, St Augustine, FL 32080, USA
Phone: (866) 277-5798
';var m_bcb73fbe9dd3aeac50dde41f0bdb24ce = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Embassy Loans',});m_bcb73fbe9dd3aeac50dde41f0bdb24ce['infowindow'] = new google.maps.InfoWindow({content: $lbcb73fbe9dd3aeac50dde41f0bdb24ce});var infowindow = new google.maps.InfoWindow({content: $lbcb73fbe9dd3aeac50dde41f0bdb24ce});google.maps.event.addListener(m_bcb73fbe9dd3aeac50dde41f0bdb24ce, 'click', function() {infowindow.open(map,m_bcb73fbe9dd3aeac50dde41f0bdb24ce);});$marker.push(m_bcb73fbe9dd3aeac50dde41f0bdb24ce);}});}google.maps.event.addDomListener(window, 'load', initialize);