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(44.2589,-85.405)};var g_a61f27ab2165df0e18cc9433bd7f27c5 = new google.maps.Geocoder();g_a61f27ab2165df0e18cc9433bd7f27c5.geocode( { 'address': "851 N Mitchell St, Cadillac, MI 49601, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cadillac-MI-vandyk-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('cadillac-MI-vandyk-mortgage'), mapOptions);}document.getElementById('4b0de38f').innerHTML += ' | View Map';var $la61f27ab2165df0e18cc9433bd7f27c5 = '

VanDyk Mortgage

Address: 851 N Mitchell St, Cadillac, MI 49601, USA
Phone: (231) 775-3889
';var m_a61f27ab2165df0e18cc9433bd7f27c5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'VanDyk Mortgage',});m_a61f27ab2165df0e18cc9433bd7f27c5['infowindow'] = new google.maps.InfoWindow({content: $la61f27ab2165df0e18cc9433bd7f27c5});var infowindow = new google.maps.InfoWindow({content: $la61f27ab2165df0e18cc9433bd7f27c5});google.maps.event.addListener(m_a61f27ab2165df0e18cc9433bd7f27c5, 'click', function() {infowindow.open(map,m_a61f27ab2165df0e18cc9433bd7f27c5);});$marker.push(m_a61f27ab2165df0e18cc9433bd7f27c5);}});}google.maps.event.addDomListener(window, 'load', initialize);