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.3292,-83.0501)};var g_126c0d9f2aad70a6305ff1490ec9725f = new google.maps.Geocoder();g_126c0d9f2aad70a6305ff1490ec9725f.geocode( { 'address': "Fort Washington Plaza, 333 W Fort St #100, Detroit, MI 48226, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('detroit-MI-chemical-bank').style.display = '';map = new google.maps.Map(document.getElementById('detroit-MI-chemical-bank'), mapOptions);}document.getElementById('846b0e06').innerHTML += ' | View Map';var $l126c0d9f2aad70a6305ff1490ec9725f = '

Chemical Bank

Address: Fort Washington Plaza, 333 W Fort St #100, Detroit, MI 48226, USA
Phone: (313) 967-9700
';var m_126c0d9f2aad70a6305ff1490ec9725f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Chemical Bank',});m_126c0d9f2aad70a6305ff1490ec9725f['infowindow'] = new google.maps.InfoWindow({content: $l126c0d9f2aad70a6305ff1490ec9725f});var infowindow = new google.maps.InfoWindow({content: $l126c0d9f2aad70a6305ff1490ec9725f});google.maps.event.addListener(m_126c0d9f2aad70a6305ff1490ec9725f, 'click', function() {infowindow.open(map,m_126c0d9f2aad70a6305ff1490ec9725f);});$marker.push(m_126c0d9f2aad70a6305ff1490ec9725f);}});}google.maps.event.addDomListener(window, 'load', initialize);