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.4627,-76.8281)};var g_ab566ed974cb810fcb3aa718a8ef6038 = new google.maps.Geocoder();g_ab566ed974cb810fcb3aa718a8ef6038.geocode( { 'address': "241 Main St, Reisterstown, MD 21136, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('reisterstown-MD-primary-residential-mortgage-inc').style.display = '';map = new google.maps.Map(document.getElementById('reisterstown-MD-primary-residential-mortgage-inc'), mapOptions);}document.getElementById('3a207089').innerHTML += ' | View Map';var $lab566ed974cb810fcb3aa718a8ef6038 = '

Primary Residential Mortgage, Inc.

Address: 241 Main St, Reisterstown, MD 21136, USA
Phone: (410) 833-0390
';var m_ab566ed974cb810fcb3aa718a8ef6038 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Primary Residential Mortgage, Inc.',});m_ab566ed974cb810fcb3aa718a8ef6038['infowindow'] = new google.maps.InfoWindow({content: $lab566ed974cb810fcb3aa718a8ef6038});var infowindow = new google.maps.InfoWindow({content: $lab566ed974cb810fcb3aa718a8ef6038});google.maps.event.addListener(m_ab566ed974cb810fcb3aa718a8ef6038, 'click', function() {infowindow.open(map,m_ab566ed974cb810fcb3aa718a8ef6038);});$marker.push(m_ab566ed974cb810fcb3aa718a8ef6038);}});}google.maps.event.addDomListener(window, 'load', initialize);