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.0025,-76.5104)};var g_8046ec866d88048a47e7ffafdfb9e24a = new google.maps.Geocoder();g_8046ec866d88048a47e7ffafdfb9e24a.geocode( { 'address': "133 Defense Hwy, Annapolis, MD 21401"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('annapolis-MD-legacy-financial-group').style.display = '';map = new google.maps.Map(document.getElementById('annapolis-MD-legacy-financial-group'), mapOptions);}document.getElementById('de09e0f7').innerHTML += ' | View Map';var $l8046ec866d88048a47e7ffafdfb9e24a = '

Legacy Financial Group

Address: 133 Defense Hwy, Annapolis, MD 21401
Phone: (410) 897-9401
';var m_8046ec866d88048a47e7ffafdfb9e24a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Legacy Financial Group',});m_8046ec866d88048a47e7ffafdfb9e24a['infowindow'] = new google.maps.InfoWindow({content: $l8046ec866d88048a47e7ffafdfb9e24a});var infowindow = new google.maps.InfoWindow({content: $l8046ec866d88048a47e7ffafdfb9e24a});google.maps.event.addListener(m_8046ec866d88048a47e7ffafdfb9e24a, 'click', function() {infowindow.open(map,m_8046ec866d88048a47e7ffafdfb9e24a);});$marker.push(m_8046ec866d88048a47e7ffafdfb9e24a);}});}google.maps.event.addDomListener(window, 'load', initialize);