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.5507,-83.0706)};var g_2a05e206d3a5b6f4ee5e203b349c6860 = new google.maps.Geocoder();g_2a05e206d3a5b6f4ee5e203b349c6860.geocode( { 'address': "3685 15 Mile Rd, Sterling Heights, MI 48310, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sterling-heights-MI-efeective-financial-solutions').style.display = '';map = new google.maps.Map(document.getElementById('sterling-heights-MI-efeective-financial-solutions'), mapOptions);}document.getElementById('66bf5974').innerHTML += ' | View Map';var $l2a05e206d3a5b6f4ee5e203b349c6860 = '

Efeective Financial Solutions

Address: 3685 15 Mile Rd, Sterling Heights, MI 48310, USA
Phone: (586) 268-5353
';var m_2a05e206d3a5b6f4ee5e203b349c6860 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Efeective Financial Solutions',});m_2a05e206d3a5b6f4ee5e203b349c6860['infowindow'] = new google.maps.InfoWindow({content: $l2a05e206d3a5b6f4ee5e203b349c6860});var infowindow = new google.maps.InfoWindow({content: $l2a05e206d3a5b6f4ee5e203b349c6860});google.maps.event.addListener(m_2a05e206d3a5b6f4ee5e203b349c6860, 'click', function() {infowindow.open(map,m_2a05e206d3a5b6f4ee5e203b349c6860);});$marker.push(m_2a05e206d3a5b6f4ee5e203b349c6860);}});}google.maps.event.addDomListener(window, 'load', initialize);