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.9952,-85.6717)};var g_2bf3c10f0b1b296ac946caf68cd2ae47 = new google.maps.Geocoder();g_2bf3c10f0b1b296ac946caf68cd2ae47.geocode( { 'address': "150 Ann St NW, Grand Rapids, MI 49504, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('grand-rapids-MI-americu-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('grand-rapids-MI-americu-mortgage'), mapOptions);}document.getElementById('9a280f50').innerHTML += ' | View Map';var $l2bf3c10f0b1b296ac946caf68cd2ae47 = '

Americu Mortgage

Address: 150 Ann St NW, Grand Rapids, MI 49504, USA
Phone: (877) 835-5862
';var m_2bf3c10f0b1b296ac946caf68cd2ae47 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Americu Mortgage',});m_2bf3c10f0b1b296ac946caf68cd2ae47['infowindow'] = new google.maps.InfoWindow({content: $l2bf3c10f0b1b296ac946caf68cd2ae47});var infowindow = new google.maps.InfoWindow({content: $l2bf3c10f0b1b296ac946caf68cd2ae47});google.maps.event.addListener(m_2bf3c10f0b1b296ac946caf68cd2ae47, 'click', function() {infowindow.open(map,m_2bf3c10f0b1b296ac946caf68cd2ae47);});$marker.push(m_2bf3c10f0b1b296ac946caf68cd2ae47);}});}google.maps.event.addDomListener(window, 'load', initialize);