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(43.0628,-85.5788)};var g_e8aad818fe5983b60b3a41bcc9289803 = new google.maps.Geocoder();g_e8aad818fe5983b60b3a41bcc9289803.geocode( { 'address': "Suite J, 5500 Northland Dr NE, Grand Rapids, MI 49525, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('grand-rapids-MI-lake-state-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('grand-rapids-MI-lake-state-mortgage'), mapOptions);}document.getElementById('dd81693b').innerHTML += ' | View Map';var $le8aad818fe5983b60b3a41bcc9289803 = '

Lake State Mortgage

Address: Suite J, 5500 Northland Dr NE, Grand Rapids, MI 49525, USA
Phone: (616) 805-5807
';var m_e8aad818fe5983b60b3a41bcc9289803 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lake State Mortgage',});m_e8aad818fe5983b60b3a41bcc9289803['infowindow'] = new google.maps.InfoWindow({content: $le8aad818fe5983b60b3a41bcc9289803});var infowindow = new google.maps.InfoWindow({content: $le8aad818fe5983b60b3a41bcc9289803});google.maps.event.addListener(m_e8aad818fe5983b60b3a41bcc9289803, 'click', function() {infowindow.open(map,m_e8aad818fe5983b60b3a41bcc9289803);});$marker.push(m_e8aad818fe5983b60b3a41bcc9289803);}});}google.maps.event.addDomListener(window, 'load', initialize);