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(44.0354,-84.8089)};var g_8bdb666d756911879b3f77e93d945da3 = new google.maps.Geocoder();g_8bdb666d756911879b3f77e93d945da3.geocode( { 'address': "3245 N Clare Ave, Harrison, MI 48625, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('harrison-MI-chemical-bank').style.display = '';map = new google.maps.Map(document.getElementById('harrison-MI-chemical-bank'), mapOptions);}document.getElementById('10291e7d').innerHTML += ' | View Map';var $l8bdb666d756911879b3f77e93d945da3 = '

Chemical Bank

Address: 3245 N Clare Ave, Harrison, MI 48625, USA
Phone: (989) 539-2111
';var m_8bdb666d756911879b3f77e93d945da3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Chemical Bank',});m_8bdb666d756911879b3f77e93d945da3['infowindow'] = new google.maps.InfoWindow({content: $l8bdb666d756911879b3f77e93d945da3});var infowindow = new google.maps.InfoWindow({content: $l8bdb666d756911879b3f77e93d945da3});google.maps.event.addListener(m_8bdb666d756911879b3f77e93d945da3, 'click', function() {infowindow.open(map,m_8bdb666d756911879b3f77e93d945da3);});$marker.push(m_8bdb666d756911879b3f77e93d945da3);}});}google.maps.event.addDomListener(window, 'load', initialize);