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()};var g_9c779f56f336b3c812343434f57b6a0e = new google.maps.Geocoder();g_9c779f56f336b3c812343434f57b6a0e.geocode( { 'address': "37811 W 12 Mile Rd, Farmington Hills, MI 48331"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('farmington-hills-MI-vandyk-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('farmington-hills-MI-vandyk-mortgage'), mapOptions);}document.getElementById('ebf9272a').innerHTML += ' | View Map';var $l9c779f56f336b3c812343434f57b6a0e = '

Vandyk Mortgage

Address: 37811 W 12 Mile Rd, Farmington Hills, MI 48331
Phone: (248) 553-3201
';var m_9c779f56f336b3c812343434f57b6a0e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Vandyk Mortgage',});m_9c779f56f336b3c812343434f57b6a0e['infowindow'] = new google.maps.InfoWindow({content: $l9c779f56f336b3c812343434f57b6a0e});var infowindow = new google.maps.InfoWindow({content: $l9c779f56f336b3c812343434f57b6a0e});google.maps.event.addListener(m_9c779f56f336b3c812343434f57b6a0e, 'click', function() {infowindow.open(map,m_9c779f56f336b3c812343434f57b6a0e);});$marker.push(m_9c779f56f336b3c812343434f57b6a0e);}});}google.maps.event.addDomListener(window, 'load', initialize);