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.2893,-76.7692)};var g_92bd022126440f3e8b25dc07c14c451e = new google.maps.Geocoder();g_92bd022126440f3e8b25dc07c14c451e.geocode( { 'address': "6630 Baltimore National # 208, Catonsville, MD 21228, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('catonsville-MD-property-owners-exchange-inc').style.display = '';map = new google.maps.Map(document.getElementById('catonsville-MD-property-owners-exchange-inc'), mapOptions);}document.getElementById('42177c07').innerHTML += ' | View Map';var $l92bd022126440f3e8b25dc07c14c451e = '

Property Owners' Exchange Inc

Address: 6630 Baltimore National # 208, Catonsville, MD 21228, USA
Phone: (410) 719-0100
';var m_92bd022126440f3e8b25dc07c14c451e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Property Owners' Exchange Inc',});m_92bd022126440f3e8b25dc07c14c451e['infowindow'] = new google.maps.InfoWindow({content: $l92bd022126440f3e8b25dc07c14c451e});var infowindow = new google.maps.InfoWindow({content: $l92bd022126440f3e8b25dc07c14c451e});google.maps.event.addListener(m_92bd022126440f3e8b25dc07c14c451e, 'click', function() {infowindow.open(map,m_92bd022126440f3e8b25dc07c14c451e);});$marker.push(m_92bd022126440f3e8b25dc07c14c451e);}});}google.maps.event.addDomListener(window, 'load', initialize);