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(37.6153,-77.6207)};var g_663c3d519bd26711bb939594b8100913 = new google.maps.Geocoder();g_663c3d519bd26711bb939594b8100913.geocode( { 'address': "1722 Forestway Dr, Henrico, VA 23238, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('henrico-VA-thomas-w-baldwin-sra---real-estate-appraisal').style.display = '';map = new google.maps.Map(document.getElementById('henrico-VA-thomas-w-baldwin-sra---real-estate-appraisal'), mapOptions);}document.getElementById('9e0c7862').innerHTML += ' | View Map';var $l663c3d519bd26711bb939594b8100913 = '

Thomas W. Baldwin, SRA - Real Estate Appraisal

Address: 1722 Forestway Dr, Henrico, VA 23238, USA
Phone: (804) 690-9058
';var m_663c3d519bd26711bb939594b8100913 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Thomas W. Baldwin, SRA - Real Estate Appraisal',});m_663c3d519bd26711bb939594b8100913['infowindow'] = new google.maps.InfoWindow({content: $l663c3d519bd26711bb939594b8100913});var infowindow = new google.maps.InfoWindow({content: $l663c3d519bd26711bb939594b8100913});google.maps.event.addListener(m_663c3d519bd26711bb939594b8100913, 'click', function() {infowindow.open(map,m_663c3d519bd26711bb939594b8100913);});$marker.push(m_663c3d519bd26711bb939594b8100913);}});}google.maps.event.addDomListener(window, 'load', initialize);