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.9131,-85.5877)};var g_22dd4d56b79cfc6e6356daca307a5c33 = new google.maps.Geocoder();g_22dd4d56b79cfc6e6356daca307a5c33.geocode( { 'address': "3205 28th St SE, Grand Rapids, MI 49512, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('grand-rapids-MI-gregory-smith-nmls-533256').style.display = '';map = new google.maps.Map(document.getElementById('grand-rapids-MI-gregory-smith-nmls-533256'), mapOptions);}document.getElementById('3b2c3113').innerHTML += ' | View Map';var $l22dd4d56b79cfc6e6356daca307a5c33 = '

Gregory Smith, NMLS #533256

Address: 3205 28th St SE, Grand Rapids, MI 49512, USA
Phone: (231) 357-4663
';var m_22dd4d56b79cfc6e6356daca307a5c33 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Gregory Smith, NMLS #533256',});m_22dd4d56b79cfc6e6356daca307a5c33['infowindow'] = new google.maps.InfoWindow({content: $l22dd4d56b79cfc6e6356daca307a5c33});var infowindow = new google.maps.InfoWindow({content: $l22dd4d56b79cfc6e6356daca307a5c33});google.maps.event.addListener(m_22dd4d56b79cfc6e6356daca307a5c33, 'click', function() {infowindow.open(map,m_22dd4d56b79cfc6e6356daca307a5c33);});$marker.push(m_22dd4d56b79cfc6e6356daca307a5c33);}});}google.maps.event.addDomListener(window, 'load', initialize);