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()};var g_08838b2524a5d05a7c4565198fe76a44 = new google.maps.Geocoder();g_08838b2524a5d05a7c4565198fe76a44.geocode( { 'address': "5969 Harvey St, Norton Shores, MI 49444"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('norton-shores-MI-independent-bank-loan-center').style.display = '';map = new google.maps.Map(document.getElementById('norton-shores-MI-independent-bank-loan-center'), mapOptions);}document.getElementById('65e5ecde').innerHTML += ' | View Map';var $l08838b2524a5d05a7c4565198fe76a44 = '

Independent Bank Loan Center

Address: 5969 Harvey St, Norton Shores, MI 49444
Phone: (231) 799-4000
';var m_08838b2524a5d05a7c4565198fe76a44 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Independent Bank Loan Center',});m_08838b2524a5d05a7c4565198fe76a44['infowindow'] = new google.maps.InfoWindow({content: $l08838b2524a5d05a7c4565198fe76a44});var infowindow = new google.maps.InfoWindow({content: $l08838b2524a5d05a7c4565198fe76a44});google.maps.event.addListener(m_08838b2524a5d05a7c4565198fe76a44, 'click', function() {infowindow.open(map,m_08838b2524a5d05a7c4565198fe76a44);});$marker.push(m_08838b2524a5d05a7c4565198fe76a44);}});}google.maps.event.addDomListener(window, 'load', initialize);