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.5378,-83.0013)};var g_a36c07d7c582c3fd6ef8c8127c640720 = new google.maps.Geocoder();g_a36c07d7c582c3fd6ef8c8127c640720.geocode( { 'address': "12315 E 14 Mile Rd #202, Sterling Heights, MI 48312, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sterling-heights-MI-hassarloans').style.display = '';map = new google.maps.Map(document.getElementById('sterling-heights-MI-hassarloans'), mapOptions);}document.getElementById('a8a5882d').innerHTML += ' | View Map';var $la36c07d7c582c3fd6ef8c8127c640720 = '

Hassarloans

Address: 12315 E 14 Mile Rd #202, Sterling Heights, MI 48312, USA
Phone: (586) 883-6007
';var m_a36c07d7c582c3fd6ef8c8127c640720 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Hassarloans',});m_a36c07d7c582c3fd6ef8c8127c640720['infowindow'] = new google.maps.InfoWindow({content: $la36c07d7c582c3fd6ef8c8127c640720});var infowindow = new google.maps.InfoWindow({content: $la36c07d7c582c3fd6ef8c8127c640720});google.maps.event.addListener(m_a36c07d7c582c3fd6ef8c8127c640720, 'click', function() {infowindow.open(map,m_a36c07d7c582c3fd6ef8c8127c640720);});$marker.push(m_a36c07d7c582c3fd6ef8c8127c640720);}});}google.maps.event.addDomListener(window, 'load', initialize);