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(44.2515,-85.4004)};var g_8dda4f8ad13f00fbc214ee90dbcd2665 = new google.maps.Geocoder();g_8dda4f8ad13f00fbc214ee90dbcd2665.geocode( { 'address': "201 N Mitchell St #104, Cadillac, MI 49601, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cadillac-MI-independent-bank-residential-loan-center').style.display = '';map = new google.maps.Map(document.getElementById('cadillac-MI-independent-bank-residential-loan-center'), mapOptions);}document.getElementById('8e114da9').innerHTML += ' | View Map';var $l8dda4f8ad13f00fbc214ee90dbcd2665 = '

Independent Bank Residential Loan Center

Address: 201 N Mitchell St #104, Cadillac, MI 49601, USA
Phone: (231) 942-7156
';var m_8dda4f8ad13f00fbc214ee90dbcd2665 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Independent Bank Residential Loan Center',});m_8dda4f8ad13f00fbc214ee90dbcd2665['infowindow'] = new google.maps.InfoWindow({content: $l8dda4f8ad13f00fbc214ee90dbcd2665});var infowindow = new google.maps.InfoWindow({content: $l8dda4f8ad13f00fbc214ee90dbcd2665});google.maps.event.addListener(m_8dda4f8ad13f00fbc214ee90dbcd2665, 'click', function() {infowindow.open(map,m_8dda4f8ad13f00fbc214ee90dbcd2665);});$marker.push(m_8dda4f8ad13f00fbc214ee90dbcd2665);}});}google.maps.event.addDomListener(window, 'load', initialize);