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.5993,-82.9712)};var g_a65e8cd6680ebfebb5ea048ccef09f09 = new google.maps.Geocoder();g_a65e8cd6680ebfebb5ea048ccef09f09.geocode( { 'address': "41240 Hayes Rd #201, Charter Twp of Clinton, MI 48038, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('charter-township-of-clinton-MI-first-state-bank-loan-center').style.display = '';map = new google.maps.Map(document.getElementById('charter-township-of-clinton-MI-first-state-bank-loan-center'), mapOptions);}document.getElementById('21721719').innerHTML += ' | View Map';var $la65e8cd6680ebfebb5ea048ccef09f09 = '

First State Bank Loan Center

Address: 41240 Hayes Rd #201, Charter Twp of Clinton, MI 48038, USA
Phone: (866) 372-1275
';var m_a65e8cd6680ebfebb5ea048ccef09f09 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First State Bank Loan Center',});m_a65e8cd6680ebfebb5ea048ccef09f09['infowindow'] = new google.maps.InfoWindow({content: $la65e8cd6680ebfebb5ea048ccef09f09});var infowindow = new google.maps.InfoWindow({content: $la65e8cd6680ebfebb5ea048ccef09f09});google.maps.event.addListener(m_a65e8cd6680ebfebb5ea048ccef09f09, 'click', function() {infowindow.open(map,m_a65e8cd6680ebfebb5ea048ccef09f09);});$marker.push(m_a65e8cd6680ebfebb5ea048ccef09f09);}});}google.maps.event.addDomListener(window, 'load', initialize);