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.4222,-83.4701)};var g_5d461a9f589b908d63d225c4859a0f1b = new google.maps.Geocoder();g_5d461a9f589b908d63d225c4859a0f1b.geocode( { 'address': "41740 6 Mile Rd, Northville, MI 48168"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('northville-MI-sunwave-financial').style.display = '';map = new google.maps.Map(document.getElementById('northville-MI-sunwave-financial'), mapOptions);}document.getElementById('98c35ce7').innerHTML += ' | View Map';var $l5d461a9f589b908d63d225c4859a0f1b = '

Sunwave Financial

Address: 41740 6 Mile Rd, Northville, MI 48168
Phone: (248) 348-1200
';var m_5d461a9f589b908d63d225c4859a0f1b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sunwave Financial',});m_5d461a9f589b908d63d225c4859a0f1b['infowindow'] = new google.maps.InfoWindow({content: $l5d461a9f589b908d63d225c4859a0f1b});var infowindow = new google.maps.InfoWindow({content: $l5d461a9f589b908d63d225c4859a0f1b});google.maps.event.addListener(m_5d461a9f589b908d63d225c4859a0f1b, 'click', function() {infowindow.open(map,m_5d461a9f589b908d63d225c4859a0f1b);});$marker.push(m_5d461a9f589b908d63d225c4859a0f1b);}});}google.maps.event.addDomListener(window, 'load', initialize);