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.2447,-83.7404)};var g_19388c9ff528bfad4e1528a79e97daa8 = new google.maps.Geocoder();g_19388c9ff528bfad4e1528a79e97daa8.geocode( { 'address': "2950 S State St, Ann Arbor, MI 48104, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ann-arbor-MI-chemical-bank').style.display = '';map = new google.maps.Map(document.getElementById('ann-arbor-MI-chemical-bank'), mapOptions);}document.getElementById('ff590917').innerHTML += ' | View Map';var $l19388c9ff528bfad4e1528a79e97daa8 = '

Chemical Bank

Address: 2950 S State St, Ann Arbor, MI 48104, USA
Phone: (734) 887-3100
';var m_19388c9ff528bfad4e1528a79e97daa8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Chemical Bank',});m_19388c9ff528bfad4e1528a79e97daa8['infowindow'] = new google.maps.InfoWindow({content: $l19388c9ff528bfad4e1528a79e97daa8});var infowindow = new google.maps.InfoWindow({content: $l19388c9ff528bfad4e1528a79e97daa8});google.maps.event.addListener(m_19388c9ff528bfad4e1528a79e97daa8, 'click', function() {infowindow.open(map,m_19388c9ff528bfad4e1528a79e97daa8);});$marker.push(m_19388c9ff528bfad4e1528a79e97daa8);}});}google.maps.event.addDomListener(window, 'load', initialize);