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.1874,-76.8186)};var g_e806fadea54a64d3a56cb6e550402976 = new google.maps.Geocoder();g_e806fadea54a64d3a56cb6e550402976.geocode( { 'address': "8824 Stanford Blvd #310, Columbia, MD 21045, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbia-MD-fitzgerald-financial-group').style.display = '';map = new google.maps.Map(document.getElementById('columbia-MD-fitzgerald-financial-group'), mapOptions);}document.getElementById('8d89cb17').innerHTML += ' | View Map';var $le806fadea54a64d3a56cb6e550402976 = '

FitzGerald Financial Group

Address: 8824 Stanford Blvd #310, Columbia, MD 21045, USA
Phone: (443) 656-3394
';var m_e806fadea54a64d3a56cb6e550402976 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'FitzGerald Financial Group',});m_e806fadea54a64d3a56cb6e550402976['infowindow'] = new google.maps.InfoWindow({content: $le806fadea54a64d3a56cb6e550402976});var infowindow = new google.maps.InfoWindow({content: $le806fadea54a64d3a56cb6e550402976});google.maps.event.addListener(m_e806fadea54a64d3a56cb6e550402976, 'click', function() {infowindow.open(map,m_e806fadea54a64d3a56cb6e550402976);});$marker.push(m_e806fadea54a64d3a56cb6e550402976);}});}google.maps.event.addDomListener(window, 'load', initialize);