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.4041,-76.6083)};var g_c6c3cd094a1069526294096e60e5a466 = new google.maps.Geocoder();g_c6c3cd094a1069526294096e60e5a466.geocode( { 'address': "200 E Joppa Rd, Towson, MD 21286"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('towson-MD-maranatha-mortgage-corporation').style.display = '';map = new google.maps.Map(document.getElementById('towson-MD-maranatha-mortgage-corporation'), mapOptions);}document.getElementById('a61fa4c2').innerHTML += ' | View Map';var $lc6c3cd094a1069526294096e60e5a466 = '

Maranatha Mortgage Corporation

Address: 200 E Joppa Rd, Towson, MD 21286
Phone: (410) 337-9128
';var m_c6c3cd094a1069526294096e60e5a466 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Maranatha Mortgage Corporation',});m_c6c3cd094a1069526294096e60e5a466['infowindow'] = new google.maps.InfoWindow({content: $lc6c3cd094a1069526294096e60e5a466});var infowindow = new google.maps.InfoWindow({content: $lc6c3cd094a1069526294096e60e5a466});google.maps.event.addListener(m_c6c3cd094a1069526294096e60e5a466, 'click', function() {infowindow.open(map,m_c6c3cd094a1069526294096e60e5a466);});$marker.push(m_c6c3cd094a1069526294096e60e5a466);}});}google.maps.event.addDomListener(window, 'load', initialize);