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.2791,-76.8166)};var g_e477fdad1b5693d5ad88e2405e93110b = new google.maps.Geocoder();g_e477fdad1b5693d5ad88e2405e93110b.geocode( { 'address': "8803 Baltimore National Pike, Ellicott City, MD 21043, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ellicott-city-MD-home-loans-with-alex').style.display = '';map = new google.maps.Map(document.getElementById('ellicott-city-MD-home-loans-with-alex'), mapOptions);}document.getElementById('e855a907').innerHTML += ' | View Map';var $le477fdad1b5693d5ad88e2405e93110b = '

Home Loans With Alex

Address: 8803 Baltimore National Pike, Ellicott City, MD 21043, USA
Phone: (301) 371-8850 ext.
';var m_e477fdad1b5693d5ad88e2405e93110b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Home Loans With Alex',});m_e477fdad1b5693d5ad88e2405e93110b['infowindow'] = new google.maps.InfoWindow({content: $le477fdad1b5693d5ad88e2405e93110b});var infowindow = new google.maps.InfoWindow({content: $le477fdad1b5693d5ad88e2405e93110b});google.maps.event.addListener(m_e477fdad1b5693d5ad88e2405e93110b, 'click', function() {infowindow.open(map,m_e477fdad1b5693d5ad88e2405e93110b);});$marker.push(m_e477fdad1b5693d5ad88e2405e93110b);}});}google.maps.event.addDomListener(window, 'load', initialize);