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(43.876,-84.4197)};var g_5fc6bba3b49d8765a27712ef46444a54 = new google.maps.Geocoder();g_5fc6bba3b49d8765a27712ef46444a54.geocode( { 'address': "190 S Ross St, Beaverton, MI 48612"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('beaverton-MI-chemical-bank').style.display = '';map = new google.maps.Map(document.getElementById('beaverton-MI-chemical-bank'), mapOptions);}document.getElementById('4dbfd4c0').innerHTML += ' | View Map';var $l5fc6bba3b49d8765a27712ef46444a54 = '

Chemical Bank

Address: 190 S Ross St, Beaverton, MI 48612
Phone: (989) 435-7721
';var m_5fc6bba3b49d8765a27712ef46444a54 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Chemical Bank',});m_5fc6bba3b49d8765a27712ef46444a54['infowindow'] = new google.maps.InfoWindow({content: $l5fc6bba3b49d8765a27712ef46444a54});var infowindow = new google.maps.InfoWindow({content: $l5fc6bba3b49d8765a27712ef46444a54});google.maps.event.addListener(m_5fc6bba3b49d8765a27712ef46444a54, 'click', function() {infowindow.open(map,m_5fc6bba3b49d8765a27712ef46444a54);});$marker.push(m_5fc6bba3b49d8765a27712ef46444a54);}});}google.maps.event.addDomListener(window, 'load', initialize);