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_a48a1b922cbd6d5d08664325afd2b1a2 = new google.maps.Geocoder();g_a48a1b922cbd6d5d08664325afd2b1a2.geocode( { 'address': "30095 Northwestern Hwy, Farmington Hills, MI 48334"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('farmington-hills-MI-bank-of-michigan').style.display = '';map = new google.maps.Map(document.getElementById('farmington-hills-MI-bank-of-michigan'), mapOptions);}document.getElementById('e690f6f8').innerHTML += ' | View Map';var $la48a1b922cbd6d5d08664325afd2b1a2 = '

Bank of Michigan

Address: 30095 Northwestern Hwy, Farmington Hills, MI 48334
Phone: (248) 865-1300
';var m_a48a1b922cbd6d5d08664325afd2b1a2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of Michigan',});m_a48a1b922cbd6d5d08664325afd2b1a2['infowindow'] = new google.maps.InfoWindow({content: $la48a1b922cbd6d5d08664325afd2b1a2});var infowindow = new google.maps.InfoWindow({content: $la48a1b922cbd6d5d08664325afd2b1a2});google.maps.event.addListener(m_a48a1b922cbd6d5d08664325afd2b1a2, 'click', function() {infowindow.open(map,m_a48a1b922cbd6d5d08664325afd2b1a2);});$marker.push(m_a48a1b922cbd6d5d08664325afd2b1a2);}});}google.maps.event.addDomListener(window, 'load', initialize);