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(39.414,-77.412)};var g_df266c06aea1ee558835426abd552884 = new google.maps.Geocoder();g_df266c06aea1ee558835426abd552884.geocode( { 'address': "30 W Patrick St #300, Frederick, MD 21701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('frederick-MD-embrace-home-loans').style.display = '';map = new google.maps.Map(document.getElementById('frederick-MD-embrace-home-loans'), mapOptions);}document.getElementById('2efc91fd').innerHTML += ' | View Map';var $ldf266c06aea1ee558835426abd552884 = '

Embrace Home Loans

Address: 30 W Patrick St #300, Frederick, MD 21701, USA
Phone: (301) 360-9662
';var m_df266c06aea1ee558835426abd552884 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Embrace Home Loans',});m_df266c06aea1ee558835426abd552884['infowindow'] = new google.maps.InfoWindow({content: $ldf266c06aea1ee558835426abd552884});var infowindow = new google.maps.InfoWindow({content: $ldf266c06aea1ee558835426abd552884});google.maps.event.addListener(m_df266c06aea1ee558835426abd552884, 'click', function() {infowindow.open(map,m_df266c06aea1ee558835426abd552884);});$marker.push(m_df266c06aea1ee558835426abd552884);}});}google.maps.event.addDomListener(window, 'load', initialize);