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.177,-76.7979)};var g_51048b58d24772fe9ced178a79a423f1 = new google.maps.Geocoder();g_51048b58d24772fe9ced178a79a423f1.geocode( { 'address': "6831 Benjamin Franklin Dr, Columbia, MD 21046, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbia-MD-sandy-spring-mortgage-center').style.display = '';map = new google.maps.Map(document.getElementById('columbia-MD-sandy-spring-mortgage-center'), mapOptions);}document.getElementById('eedf20d3').innerHTML += ' | View Map';var $l51048b58d24772fe9ced178a79a423f1 = '

Sandy Spring Mortgage Center

Address: 6831 Benjamin Franklin Dr, Columbia, MD 21046, USA
Phone: (800) 399-5919
';var m_51048b58d24772fe9ced178a79a423f1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sandy Spring Mortgage Center',});m_51048b58d24772fe9ced178a79a423f1['infowindow'] = new google.maps.InfoWindow({content: $l51048b58d24772fe9ced178a79a423f1});var infowindow = new google.maps.InfoWindow({content: $l51048b58d24772fe9ced178a79a423f1});google.maps.event.addListener(m_51048b58d24772fe9ced178a79a423f1, 'click', function() {infowindow.open(map,m_51048b58d24772fe9ced178a79a423f1);});$marker.push(m_51048b58d24772fe9ced178a79a423f1);}});}google.maps.event.addDomListener(window, 'load', initialize);