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.1276,-76.5125)};var g_2bf2e282fd8e6df7394c5a836355f4ca = new google.maps.Geocoder();g_2bf2e282fd8e6df7394c5a836355f4ca.geocode( { 'address': "8155 Ritchie Hwy, Pasadena, MD 21122"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pasadena-MD-remax-classic').style.display = '';map = new google.maps.Map(document.getElementById('pasadena-MD-remax-classic'), mapOptions);}document.getElementById('43b2d446').innerHTML += ' | View Map';var $l2bf2e282fd8e6df7394c5a836355f4ca = '

Remax Classic

Address: 8155 Ritchie Hwy, Pasadena, MD 21122
Phone: (410) 647-4800
';var m_2bf2e282fd8e6df7394c5a836355f4ca = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Remax Classic',});m_2bf2e282fd8e6df7394c5a836355f4ca['infowindow'] = new google.maps.InfoWindow({content: $l2bf2e282fd8e6df7394c5a836355f4ca});var infowindow = new google.maps.InfoWindow({content: $l2bf2e282fd8e6df7394c5a836355f4ca});google.maps.event.addListener(m_2bf2e282fd8e6df7394c5a836355f4ca, 'click', function() {infowindow.open(map,m_2bf2e282fd8e6df7394c5a836355f4ca);});$marker.push(m_2bf2e282fd8e6df7394c5a836355f4ca);}});}google.maps.event.addDomListener(window, 'load', initialize);