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(38.9927,-76.7007)};var g_bcd1c5a18b60d2e792e1849f0292918c = new google.maps.Geocoder();g_bcd1c5a18b60d2e792e1849f0292918c.geocode( { 'address': "2200 Defense Hwy #100, Crofton, MD 21114, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('crofton-MD-townebank-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('crofton-MD-townebank-mortgage'), mapOptions);}document.getElementById('da644ebf').innerHTML += ' | View Map';var $lbcd1c5a18b60d2e792e1849f0292918c = '

TowneBank Mortgage

Address: 2200 Defense Hwy #100, Crofton, MD 21114, USA
Phone: (443) 332-0462
';var m_bcd1c5a18b60d2e792e1849f0292918c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TowneBank Mortgage',});m_bcd1c5a18b60d2e792e1849f0292918c['infowindow'] = new google.maps.InfoWindow({content: $lbcd1c5a18b60d2e792e1849f0292918c});var infowindow = new google.maps.InfoWindow({content: $lbcd1c5a18b60d2e792e1849f0292918c});google.maps.event.addListener(m_bcd1c5a18b60d2e792e1849f0292918c, 'click', function() {infowindow.open(map,m_bcd1c5a18b60d2e792e1849f0292918c);});$marker.push(m_bcd1c5a18b60d2e792e1849f0292918c);}});}google.maps.event.addDomListener(window, 'load', initialize);