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.6608,-83.0342)};var g_5168b56f7d5b45e4c5916c8fbddecb44 = new google.maps.Geocoder();g_5168b56f7d5b45e4c5916c8fbddecb44.geocode( { 'address': "49785 Van Dyke, Shelby Charter Township, MI 48317, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('shelby-charter-township-MI-independent-bank').style.display = '';map = new google.maps.Map(document.getElementById('shelby-charter-township-MI-independent-bank'), mapOptions);}document.getElementById('87d84120').innerHTML += ' | View Map';var $l5168b56f7d5b45e4c5916c8fbddecb44 = '

Independent Bank

Address: 49785 Van Dyke, Shelby Charter Township, MI 48317, USA
Phone: (586) 731-6130
';var m_5168b56f7d5b45e4c5916c8fbddecb44 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Independent Bank',});m_5168b56f7d5b45e4c5916c8fbddecb44['infowindow'] = new google.maps.InfoWindow({content: $l5168b56f7d5b45e4c5916c8fbddecb44});var infowindow = new google.maps.InfoWindow({content: $l5168b56f7d5b45e4c5916c8fbddecb44});google.maps.event.addListener(m_5168b56f7d5b45e4c5916c8fbddecb44, 'click', function() {infowindow.open(map,m_5168b56f7d5b45e4c5916c8fbddecb44);});$marker.push(m_5168b56f7d5b45e4c5916c8fbddecb44);}});}google.maps.event.addDomListener(window, 'load', initialize);