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(42.8981,-85.7471)};var g_797f894d6b5bdb7d160c84ffe9cb7806 = new google.maps.Geocoder();g_797f894d6b5bdb7d160c84ffe9cb7806.geocode( { 'address': "3351 Shoshone Dr SW, Grandville, MI 49418, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('grandville-MI-rivertown-appraisal').style.display = '';map = new google.maps.Map(document.getElementById('grandville-MI-rivertown-appraisal'), mapOptions);}document.getElementById('1f4d6ea4').innerHTML += ' | View Map';var $l797f894d6b5bdb7d160c84ffe9cb7806 = '

Rivertown Appraisal

Address: 3351 Shoshone Dr SW, Grandville, MI 49418, USA
Phone: (616) 890-7200
';var m_797f894d6b5bdb7d160c84ffe9cb7806 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Rivertown Appraisal',});m_797f894d6b5bdb7d160c84ffe9cb7806['infowindow'] = new google.maps.InfoWindow({content: $l797f894d6b5bdb7d160c84ffe9cb7806});var infowindow = new google.maps.InfoWindow({content: $l797f894d6b5bdb7d160c84ffe9cb7806});google.maps.event.addListener(m_797f894d6b5bdb7d160c84ffe9cb7806, 'click', function() {infowindow.open(map,m_797f894d6b5bdb7d160c84ffe9cb7806);});$marker.push(m_797f894d6b5bdb7d160c84ffe9cb7806);}});}google.maps.event.addDomListener(window, 'load', initialize);