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.6078,-82.9719)};var g_540c90edf9b6c8f658975acbb7e4f297 = new google.maps.Geocoder();g_540c90edf9b6c8f658975acbb7e4f297.geocode( { 'address': "42452 Hayes Rd #1, Charter Twp of Clinton, MI 48043, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('charter-township-of-clinton-MI-university-lending-group').style.display = '';map = new google.maps.Map(document.getElementById('charter-township-of-clinton-MI-university-lending-group'), mapOptions);}document.getElementById('0c545ec3').innerHTML += ' | View Map';var $l540c90edf9b6c8f658975acbb7e4f297 = '

University Lending Group

Address: 42452 Hayes Rd #1, Charter Twp of Clinton, MI 48043, USA
Phone: (586) 783-7900
';var m_540c90edf9b6c8f658975acbb7e4f297 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'University Lending Group',});m_540c90edf9b6c8f658975acbb7e4f297['infowindow'] = new google.maps.InfoWindow({content: $l540c90edf9b6c8f658975acbb7e4f297});var infowindow = new google.maps.InfoWindow({content: $l540c90edf9b6c8f658975acbb7e4f297});google.maps.event.addListener(m_540c90edf9b6c8f658975acbb7e4f297, 'click', function() {infowindow.open(map,m_540c90edf9b6c8f658975acbb7e4f297);});$marker.push(m_540c90edf9b6c8f658975acbb7e4f297);}});}google.maps.event.addDomListener(window, 'load', initialize);