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.7644,-85.6284)};var g_c4da9942f3ec7a47ad3f3755faa8b155 = new google.maps.Geocoder();g_c4da9942f3ec7a47ad3f3755faa8b155.geocode( { 'address': "400 W Front St Suite 206, Traverse City, MI 49684, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('traverse-city-MI-independent-bank-residential-loan-center').style.display = '';map = new google.maps.Map(document.getElementById('traverse-city-MI-independent-bank-residential-loan-center'), mapOptions);}document.getElementById('47fed3f3').innerHTML += ' | View Map';var $lc4da9942f3ec7a47ad3f3755faa8b155 = '

Independent Bank Residential Loan Center

Address: 400 W Front St Suite 206, Traverse City, MI 49684, USA
Phone: (231) 778-1050
';var m_c4da9942f3ec7a47ad3f3755faa8b155 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Independent Bank Residential Loan Center',});m_c4da9942f3ec7a47ad3f3755faa8b155['infowindow'] = new google.maps.InfoWindow({content: $lc4da9942f3ec7a47ad3f3755faa8b155});var infowindow = new google.maps.InfoWindow({content: $lc4da9942f3ec7a47ad3f3755faa8b155});google.maps.event.addListener(m_c4da9942f3ec7a47ad3f3755faa8b155, 'click', function() {infowindow.open(map,m_c4da9942f3ec7a47ad3f3755faa8b155);});$marker.push(m_c4da9942f3ec7a47ad3f3755faa8b155);}});}google.maps.event.addDomListener(window, 'load', initialize);