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.4041,-76.6083)};var g_687d34c71322907f452e5e26a72e32b5 = new google.maps.Geocoder();g_687d34c71322907f452e5e26a72e32b5.geocode( { 'address': "1426 E Joppa Rd, Towson, MD 21286"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('towson-MD-the-law-offices-of-stephen-a-markey-iii-pc').style.display = '';map = new google.maps.Map(document.getElementById('towson-MD-the-law-offices-of-stephen-a-markey-iii-pc'), mapOptions);}document.getElementById('801e84d8').innerHTML += ' | View Map';var $l687d34c71322907f452e5e26a72e32b5 = '

The Law Offices of Stephen A. Markey, III, PC

Address: 1426 E Joppa Rd, Towson, MD 21286
Phone: (410) 583-0755
';var m_687d34c71322907f452e5e26a72e32b5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Law Offices of Stephen A. Markey, III, PC',});m_687d34c71322907f452e5e26a72e32b5['infowindow'] = new google.maps.InfoWindow({content: $l687d34c71322907f452e5e26a72e32b5});var infowindow = new google.maps.InfoWindow({content: $l687d34c71322907f452e5e26a72e32b5});google.maps.event.addListener(m_687d34c71322907f452e5e26a72e32b5, 'click', function() {infowindow.open(map,m_687d34c71322907f452e5e26a72e32b5);});$marker.push(m_687d34c71322907f452e5e26a72e32b5);}});}google.maps.event.addDomListener(window, 'load', initialize);