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.5311,-83.2234)};var g_0806d0c2ea73f27c3d5ee67d5e65664e = new google.maps.Geocoder();g_0806d0c2ea73f27c3d5ee67d5e65664e.geocode( { 'address': "32800 Southfield Rd, Franklin, MI 48025, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('franklin-MI-independent-bank').style.display = '';map = new google.maps.Map(document.getElementById('franklin-MI-independent-bank'), mapOptions);}document.getElementById('863d4fa5').innerHTML += ' | View Map';var $l0806d0c2ea73f27c3d5ee67d5e65664e = '

Independent Bank

Address: 32800 Southfield Rd, Franklin, MI 48025, USA
Phone: (248) 647-5900
';var m_0806d0c2ea73f27c3d5ee67d5e65664e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Independent Bank',});m_0806d0c2ea73f27c3d5ee67d5e65664e['infowindow'] = new google.maps.InfoWindow({content: $l0806d0c2ea73f27c3d5ee67d5e65664e});var infowindow = new google.maps.InfoWindow({content: $l0806d0c2ea73f27c3d5ee67d5e65664e});google.maps.event.addListener(m_0806d0c2ea73f27c3d5ee67d5e65664e, 'click', function() {infowindow.open(map,m_0806d0c2ea73f27c3d5ee67d5e65664e);});$marker.push(m_0806d0c2ea73f27c3d5ee67d5e65664e);}});}google.maps.event.addDomListener(window, 'load', initialize);