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.1016,-76.8845)};var g_aa3db2d14d64bf3f2f5ec2c779584db5 = new google.maps.Geocoder();g_aa3db2d14d64bf3f2f5ec2c779584db5.geocode( { 'address': "8101 Sandy Spring Rd, Laurel, MD 20707"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('laurel-MD-patriot-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('laurel-MD-patriot-mortgage'), mapOptions);}document.getElementById('ca7aa023').innerHTML += ' | View Map';var $laa3db2d14d64bf3f2f5ec2c779584db5 = '

Patriot Mortgage

Address: 8101 Sandy Spring Rd, Laurel, MD 20707
Phone: (301) 498-9000
';var m_aa3db2d14d64bf3f2f5ec2c779584db5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Patriot Mortgage',});m_aa3db2d14d64bf3f2f5ec2c779584db5['infowindow'] = new google.maps.InfoWindow({content: $laa3db2d14d64bf3f2f5ec2c779584db5});var infowindow = new google.maps.InfoWindow({content: $laa3db2d14d64bf3f2f5ec2c779584db5});google.maps.event.addListener(m_aa3db2d14d64bf3f2f5ec2c779584db5, 'click', function() {infowindow.open(map,m_aa3db2d14d64bf3f2f5ec2c779584db5);});$marker.push(m_aa3db2d14d64bf3f2f5ec2c779584db5);}});}google.maps.event.addDomListener(window, 'load', initialize);