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.5453,-83.3824)};var g_87da00efc5e7f70a6361d0492957b9cc = new google.maps.Geocoder();g_87da00efc5e7f70a6361d0492957b9cc.geocode( { 'address': "6057 Haggerty Rd, West Bloomfield, MI 48322"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('west-bloomfield-MI-independent-bank').style.display = '';map = new google.maps.Map(document.getElementById('west-bloomfield-MI-independent-bank'), mapOptions);}document.getElementById('2c263f8a').innerHTML += ' | View Map';var $l87da00efc5e7f70a6361d0492957b9cc = '

Independent Bank

Address: 6057 Haggerty Rd, West Bloomfield, MI 48322
Phone: (248) 669-0882
';var m_87da00efc5e7f70a6361d0492957b9cc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Independent Bank',});m_87da00efc5e7f70a6361d0492957b9cc['infowindow'] = new google.maps.InfoWindow({content: $l87da00efc5e7f70a6361d0492957b9cc});var infowindow = new google.maps.InfoWindow({content: $l87da00efc5e7f70a6361d0492957b9cc});google.maps.event.addListener(m_87da00efc5e7f70a6361d0492957b9cc, 'click', function() {infowindow.open(map,m_87da00efc5e7f70a6361d0492957b9cc);});$marker.push(m_87da00efc5e7f70a6361d0492957b9cc);}});}google.maps.event.addDomListener(window, 'load', initialize);