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(43.604,-84.0899)};var g_70ca0a98fe5afb51f52ec2b153a08851 = new google.maps.Geocoder();g_70ca0a98fe5afb51f52ec2b153a08851.geocode( { 'address': "1004 W Midland Rd, Auburn, MI 48611, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('auburn-MI-independent-bank').style.display = '';map = new google.maps.Map(document.getElementById('auburn-MI-independent-bank'), mapOptions);}document.getElementById('641a643c').innerHTML += ' | View Map';var $l70ca0a98fe5afb51f52ec2b153a08851 = '

Independent Bank

Address: 1004 W Midland Rd, Auburn, MI 48611, USA
Phone: (989) 662-4403
';var m_70ca0a98fe5afb51f52ec2b153a08851 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Independent Bank',});m_70ca0a98fe5afb51f52ec2b153a08851['infowindow'] = new google.maps.InfoWindow({content: $l70ca0a98fe5afb51f52ec2b153a08851});var infowindow = new google.maps.InfoWindow({content: $l70ca0a98fe5afb51f52ec2b153a08851});google.maps.event.addListener(m_70ca0a98fe5afb51f52ec2b153a08851, 'click', function() {infowindow.open(map,m_70ca0a98fe5afb51f52ec2b153a08851);});$marker.push(m_70ca0a98fe5afb51f52ec2b153a08851);}});}google.maps.event.addDomListener(window, 'load', initialize);