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.9283,-85.7044)};var g_bdb2e8b9cb5779ef48345857b9044489 = new google.maps.Geocoder();g_bdb2e8b9cb5779ef48345857b9044489.geocode( { 'address': "1565 Burton St SW, Wyoming, MI 49509, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wyoming-MI-countryplace-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('wyoming-MI-countryplace-mortgage'), mapOptions);}document.getElementById('6d7c3ef1').innerHTML += ' | View Map';var $lbdb2e8b9cb5779ef48345857b9044489 = '

CountryPlace Mortgage

Address: 1565 Burton St SW, Wyoming, MI 49509, USA
Phone: (616) 406-0647
';var m_bdb2e8b9cb5779ef48345857b9044489 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CountryPlace Mortgage',});m_bdb2e8b9cb5779ef48345857b9044489['infowindow'] = new google.maps.InfoWindow({content: $lbdb2e8b9cb5779ef48345857b9044489});var infowindow = new google.maps.InfoWindow({content: $lbdb2e8b9cb5779ef48345857b9044489});google.maps.event.addListener(m_bdb2e8b9cb5779ef48345857b9044489, 'click', function() {infowindow.open(map,m_bdb2e8b9cb5779ef48345857b9044489);});$marker.push(m_bdb2e8b9cb5779ef48345857b9044489);}});}google.maps.event.addDomListener(window, 'load', initialize);