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.9719,-85.774)};var g_7fbe7a8221c2e4270468a07cbfa77cf6 = new google.maps.Geocoder();g_7fbe7a8221c2e4270468a07cbfa77cf6.geocode( { 'address': "4364 Lake Michigan Dr NW, Grand Rapids, MI 49544, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('grand-rapids-MI-steve-williams-nmls-426453').style.display = '';map = new google.maps.Map(document.getElementById('grand-rapids-MI-steve-williams-nmls-426453'), mapOptions);}document.getElementById('418b1696').innerHTML += ' | View Map';var $l7fbe7a8221c2e4270468a07cbfa77cf6 = '

Steve Williams, NMLS #426453

Address: 4364 Lake Michigan Dr NW, Grand Rapids, MI 49544, USA
Phone: (616) 890-5901
';var m_7fbe7a8221c2e4270468a07cbfa77cf6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Steve Williams, NMLS #426453',});m_7fbe7a8221c2e4270468a07cbfa77cf6['infowindow'] = new google.maps.InfoWindow({content: $l7fbe7a8221c2e4270468a07cbfa77cf6});var infowindow = new google.maps.InfoWindow({content: $l7fbe7a8221c2e4270468a07cbfa77cf6});google.maps.event.addListener(m_7fbe7a8221c2e4270468a07cbfa77cf6, 'click', function() {infowindow.open(map,m_7fbe7a8221c2e4270468a07cbfa77cf6);});$marker.push(m_7fbe7a8221c2e4270468a07cbfa77cf6);}});}google.maps.event.addDomListener(window, 'load', initialize);