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.7132,-85.4705)};var g_3cb0c479574e1cb38d88d4920ab7cd42 = new google.maps.Geocoder();g_3cb0c479574e1cb38d88d4920ab7cd42.geocode( { 'address': "303 Arlington St, Middleville, MI 49333, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('middleville-MI-chemical-bank').style.display = '';map = new google.maps.Map(document.getElementById('middleville-MI-chemical-bank'), mapOptions);}document.getElementById('b05078ed').innerHTML += ' | View Map';var $l3cb0c479574e1cb38d88d4920ab7cd42 = '

Chemical Bank

Address: 303 Arlington St, Middleville, MI 49333, USA
Phone: (269) 795-3361
';var m_3cb0c479574e1cb38d88d4920ab7cd42 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Chemical Bank',});m_3cb0c479574e1cb38d88d4920ab7cd42['infowindow'] = new google.maps.InfoWindow({content: $l3cb0c479574e1cb38d88d4920ab7cd42});var infowindow = new google.maps.InfoWindow({content: $l3cb0c479574e1cb38d88d4920ab7cd42});google.maps.event.addListener(m_3cb0c479574e1cb38d88d4920ab7cd42, 'click', function() {infowindow.open(map,m_3cb0c479574e1cb38d88d4920ab7cd42);});$marker.push(m_3cb0c479574e1cb38d88d4920ab7cd42);}});}google.maps.event.addDomListener(window, 'load', initialize);