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.3991,-77.3483)};var g_02860bf41323175d50785af07be0e4fc = new google.maps.Geocoder();g_02860bf41323175d50785af07be0e4fc.geocode( { 'address': "9099 Ridgefield Dr, Frederick, MD 21701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('frederick-MD-cornerstone-financial-services-group-llc').style.display = '';map = new google.maps.Map(document.getElementById('frederick-MD-cornerstone-financial-services-group-llc'), mapOptions);}document.getElementById('3e34b170').innerHTML += ' | View Map';var $l02860bf41323175d50785af07be0e4fc = '

Cornerstone Financial Services Group, LLC

Address: 9099 Ridgefield Dr, Frederick, MD 21701, USA
Phone: (301) 360-9500
';var m_02860bf41323175d50785af07be0e4fc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cornerstone Financial Services Group, LLC',});m_02860bf41323175d50785af07be0e4fc['infowindow'] = new google.maps.InfoWindow({content: $l02860bf41323175d50785af07be0e4fc});var infowindow = new google.maps.InfoWindow({content: $l02860bf41323175d50785af07be0e4fc});google.maps.event.addListener(m_02860bf41323175d50785af07be0e4fc, 'click', function() {infowindow.open(map,m_02860bf41323175d50785af07be0e4fc);});$marker.push(m_02860bf41323175d50785af07be0e4fc);}});}google.maps.event.addDomListener(window, 'load', initialize);