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_263c2e3ca6793dd440694a2182680ba8 = new google.maps.Geocoder();g_263c2e3ca6793dd440694a2182680ba8.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-dan-connell-nmls-28118').style.display = '';map = new google.maps.Map(document.getElementById('grand-rapids-MI-dan-connell-nmls-28118'), mapOptions);}document.getElementById('418b1696').innerHTML += ' | View Map';var $l263c2e3ca6793dd440694a2182680ba8 = '

Dan Connell, NMLS #28118

Address: 4364 Lake Michigan Dr NW, Grand Rapids, MI 49544, USA
Phone: (248) 721-3153
';var m_263c2e3ca6793dd440694a2182680ba8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Dan Connell, NMLS #28118',});m_263c2e3ca6793dd440694a2182680ba8['infowindow'] = new google.maps.InfoWindow({content: $l263c2e3ca6793dd440694a2182680ba8});var infowindow = new google.maps.InfoWindow({content: $l263c2e3ca6793dd440694a2182680ba8});google.maps.event.addListener(m_263c2e3ca6793dd440694a2182680ba8, 'click', function() {infowindow.open(map,m_263c2e3ca6793dd440694a2182680ba8);});$marker.push(m_263c2e3ca6793dd440694a2182680ba8);}});}google.maps.event.addDomListener(window, 'load', initialize);