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.387,-86.2582)};var g_17bafaff2a961a82ae4a7161dade1beb = new google.maps.Geocoder();g_17bafaff2a961a82ae4a7161dade1beb.geocode( { 'address': "433 Phoenix St, South Haven, MI 49090"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('south-haven-MI-chemical-bank-shoreline').style.display = '';map = new google.maps.Map(document.getElementById('south-haven-MI-chemical-bank-shoreline'), mapOptions);}document.getElementById('b2e5bf83').innerHTML += ' | View Map';var $l17bafaff2a961a82ae4a7161dade1beb = '

Chemical Bank Shoreline

Address: 433 Phoenix St, South Haven, MI 49090
Phone: (269) 637-2141
';var m_17bafaff2a961a82ae4a7161dade1beb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Chemical Bank Shoreline',});m_17bafaff2a961a82ae4a7161dade1beb['infowindow'] = new google.maps.InfoWindow({content: $l17bafaff2a961a82ae4a7161dade1beb});var infowindow = new google.maps.InfoWindow({content: $l17bafaff2a961a82ae4a7161dade1beb});google.maps.event.addListener(m_17bafaff2a961a82ae4a7161dade1beb, 'click', function() {infowindow.open(map,m_17bafaff2a961a82ae4a7161dade1beb);});$marker.push(m_17bafaff2a961a82ae4a7161dade1beb);}});}google.maps.event.addDomListener(window, 'load', initialize);