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_a66a91884821d2d8f878589b4274ce09 = new google.maps.Geocoder();g_a66a91884821d2d8f878589b4274ce09.geocode( { 'address': "32900 Middlebelt Rd, Farmington Hills, MI 48334"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('farmington-hills-MI-independent-bank-corp').style.display = '';map = new google.maps.Map(document.getElementById('farmington-hills-MI-independent-bank-corp'), mapOptions);}document.getElementById('50b82a1f').innerHTML += ' | View Map';var $la66a91884821d2d8f878589b4274ce09 = '

Independent Bank Corp.

Address: 32900 Middlebelt Rd, Farmington Hills, MI 48334
Phone: (248) 539-4600
';var m_a66a91884821d2d8f878589b4274ce09 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Independent Bank Corp.',});m_a66a91884821d2d8f878589b4274ce09['infowindow'] = new google.maps.InfoWindow({content: $la66a91884821d2d8f878589b4274ce09});var infowindow = new google.maps.InfoWindow({content: $la66a91884821d2d8f878589b4274ce09});google.maps.event.addListener(m_a66a91884821d2d8f878589b4274ce09, 'click', function() {infowindow.open(map,m_a66a91884821d2d8f878589b4274ce09);});$marker.push(m_a66a91884821d2d8f878589b4274ce09);}});}google.maps.event.addDomListener(window, 'load', initialize);