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.6435,-77.0755)};var g_6333712350d3e3751421dc8558f12608 = new google.maps.Geocoder();g_6333712350d3e3751421dc8558f12608.geocode( { 'address': "2401 Cross Section Rd, Westminster, MD 21158, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('westminster-MD-avalon-appraisers--associates').style.display = '';map = new google.maps.Map(document.getElementById('westminster-MD-avalon-appraisers--associates'), mapOptions);}document.getElementById('e211b170').innerHTML += ' | View Map';var $l6333712350d3e3751421dc8558f12608 = '

Avalon Appraisers & Associates

Address: 2401 Cross Section Rd, Westminster, MD 21158, USA
Phone: (410) 848-4833
';var m_6333712350d3e3751421dc8558f12608 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Avalon Appraisers & Associates',});m_6333712350d3e3751421dc8558f12608['infowindow'] = new google.maps.InfoWindow({content: $l6333712350d3e3751421dc8558f12608});var infowindow = new google.maps.InfoWindow({content: $l6333712350d3e3751421dc8558f12608});google.maps.event.addListener(m_6333712350d3e3751421dc8558f12608, 'click', function() {infowindow.open(map,m_6333712350d3e3751421dc8558f12608);});$marker.push(m_6333712350d3e3751421dc8558f12608);}});}google.maps.event.addDomListener(window, 'load', initialize);