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.3811,-77.4142)};var g_a7e2fba02f3709eb0965881aa174697f = new google.maps.Geocoder();g_a7e2fba02f3709eb0965881aa174697f.geocode( { 'address': "5300 Westview Dr #307, Frederick, MD 21703, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('frederick-MD-fitzgerald-financial-group---frederick').style.display = '';map = new google.maps.Map(document.getElementById('frederick-MD-fitzgerald-financial-group---frederick'), mapOptions);}document.getElementById('bf02d356').innerHTML += ' | View Map';var $la7e2fba02f3709eb0965881aa174697f = '

Fitzgerald Financial Group - Frederick

Address: 5300 Westview Dr #307, Frederick, MD 21703, USA
Phone: (301) 788-2982
';var m_a7e2fba02f3709eb0965881aa174697f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fitzgerald Financial Group - Frederick',});m_a7e2fba02f3709eb0965881aa174697f['infowindow'] = new google.maps.InfoWindow({content: $la7e2fba02f3709eb0965881aa174697f});var infowindow = new google.maps.InfoWindow({content: $la7e2fba02f3709eb0965881aa174697f});google.maps.event.addListener(m_a7e2fba02f3709eb0965881aa174697f, 'click', function() {infowindow.open(map,m_a7e2fba02f3709eb0965881aa174697f);});$marker.push(m_a7e2fba02f3709eb0965881aa174697f);}});}google.maps.event.addDomListener(window, 'load', initialize);