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(35.9294,-78.9586)};var g_aff44e03cfd18af13fb74248b771840d = new google.maps.Geocoder();g_aff44e03cfd18af13fb74248b771840d.geocode( { 'address': "4503 Malvern Rd, Durham, NC 27707, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('durham-NC-mosher--reeves-appraisals-inc').style.display = '';map = new google.maps.Map(document.getElementById('durham-NC-mosher--reeves-appraisals-inc'), mapOptions);}document.getElementById('89e98746').innerHTML += ' | View Map';var $laff44e03cfd18af13fb74248b771840d = '

Mosher & Reeves Appraisals Inc

Address: 4503 Malvern Rd, Durham, NC 27707, USA
Phone: (919) 493-7356
';var m_aff44e03cfd18af13fb74248b771840d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mosher & Reeves Appraisals Inc',});m_aff44e03cfd18af13fb74248b771840d['infowindow'] = new google.maps.InfoWindow({content: $laff44e03cfd18af13fb74248b771840d});var infowindow = new google.maps.InfoWindow({content: $laff44e03cfd18af13fb74248b771840d});google.maps.event.addListener(m_aff44e03cfd18af13fb74248b771840d, 'click', function() {infowindow.open(map,m_aff44e03cfd18af13fb74248b771840d);});$marker.push(m_aff44e03cfd18af13fb74248b771840d);}});}google.maps.event.addDomListener(window, 'load', initialize);