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.6087,-82.954)};var g_4efced196b08adfbcb17eaa1f722cd11 = new google.maps.Geocoder();g_4efced196b08adfbcb17eaa1f722cd11.geocode( { 'address': "13001 23 Mile Rd #101, Shelby Charter Township, MI 48315, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('shelby-charter-township-MI-homesite-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('shelby-charter-township-MI-homesite-mortgage'), mapOptions);}document.getElementById('8261713c').innerHTML += ' | View Map';var $l4efced196b08adfbcb17eaa1f722cd11 = '

Homesite Mortgage

Address: 13001 23 Mile Rd #101, Shelby Charter Township, MI 48315, USA
Phone: (586) 948-2600
';var m_4efced196b08adfbcb17eaa1f722cd11 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Homesite Mortgage',});m_4efced196b08adfbcb17eaa1f722cd11['infowindow'] = new google.maps.InfoWindow({content: $l4efced196b08adfbcb17eaa1f722cd11});var infowindow = new google.maps.InfoWindow({content: $l4efced196b08adfbcb17eaa1f722cd11});google.maps.event.addListener(m_4efced196b08adfbcb17eaa1f722cd11, 'click', function() {infowindow.open(map,m_4efced196b08adfbcb17eaa1f722cd11);});$marker.push(m_4efced196b08adfbcb17eaa1f722cd11);}});}google.maps.event.addDomListener(window, 'load', initialize);