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.4903,-76.6594)};var g_da502cff136c2848905d8c0e169ba278 = new google.maps.Geocoder();g_da502cff136c2848905d8c0e169ba278.geocode( { 'address': "11350 McCormick Rd, Hunt Valley, MD 21031"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hunt-valley-MD-empire-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('hunt-valley-MD-empire-mortgage'), mapOptions);}document.getElementById('517d8bf7').innerHTML += ' | View Map';var $lda502cff136c2848905d8c0e169ba278 = '

Empire Mortgage

Address: 11350 McCormick Rd, Hunt Valley, MD 21031
Phone: (410) 785-1508
';var m_da502cff136c2848905d8c0e169ba278 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Empire Mortgage',});m_da502cff136c2848905d8c0e169ba278['infowindow'] = new google.maps.InfoWindow({content: $lda502cff136c2848905d8c0e169ba278});var infowindow = new google.maps.InfoWindow({content: $lda502cff136c2848905d8c0e169ba278});google.maps.event.addListener(m_da502cff136c2848905d8c0e169ba278, 'click', function() {infowindow.open(map,m_da502cff136c2848905d8c0e169ba278);});$marker.push(m_da502cff136c2848905d8c0e169ba278);}});}google.maps.event.addDomListener(window, 'load', initialize);