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.9112,-85.5165)};var g_6d11a7cb045836a8fbedbac190ea9759 = new google.maps.Geocoder();g_6d11a7cb045836a8fbedbac190ea9759.geocode( { 'address': "2910 Lucerne Dr SE, Grand Rapids, MI 49546, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('grand-rapids-MI-hungerford-nichols-cpas--advisors').style.display = '';map = new google.maps.Map(document.getElementById('grand-rapids-MI-hungerford-nichols-cpas--advisors'), mapOptions);}document.getElementById('88db5ac2').innerHTML += ' | View Map';var $l6d11a7cb045836a8fbedbac190ea9759 = '

Hungerford Nichols CPAs + Advisors

Address: 2910 Lucerne Dr SE, Grand Rapids, MI 49546, USA
Phone: (616) 949-3200
';var m_6d11a7cb045836a8fbedbac190ea9759 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Hungerford Nichols CPAs + Advisors',});m_6d11a7cb045836a8fbedbac190ea9759['infowindow'] = new google.maps.InfoWindow({content: $l6d11a7cb045836a8fbedbac190ea9759});var infowindow = new google.maps.InfoWindow({content: $l6d11a7cb045836a8fbedbac190ea9759});google.maps.event.addListener(m_6d11a7cb045836a8fbedbac190ea9759, 'click', function() {infowindow.open(map,m_6d11a7cb045836a8fbedbac190ea9759);});$marker.push(m_6d11a7cb045836a8fbedbac190ea9759);}});}google.maps.event.addDomListener(window, 'load', initialize);