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_e0b1ce7b5c2ef1fb0c112a9091335c51 = new google.maps.Geocoder();g_e0b1ce7b5c2ef1fb0c112a9091335c51.geocode( { 'address': "8253 M 140, South Haven, MI 49090"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('south-haven-MI-south-haven-banking-center').style.display = '';map = new google.maps.Map(document.getElementById('south-haven-MI-south-haven-banking-center'), mapOptions);}document.getElementById('73096f6b').innerHTML += ' | View Map';var $le0b1ce7b5c2ef1fb0c112a9091335c51 = '

South Haven Banking Center

Address: 8253 M 140, South Haven, MI 49090
Phone: (269) 637-8444
';var m_e0b1ce7b5c2ef1fb0c112a9091335c51 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'South Haven Banking Center',});m_e0b1ce7b5c2ef1fb0c112a9091335c51['infowindow'] = new google.maps.InfoWindow({content: $le0b1ce7b5c2ef1fb0c112a9091335c51});var infowindow = new google.maps.InfoWindow({content: $le0b1ce7b5c2ef1fb0c112a9091335c51});google.maps.event.addListener(m_e0b1ce7b5c2ef1fb0c112a9091335c51, 'click', function() {infowindow.open(map,m_e0b1ce7b5c2ef1fb0c112a9091335c51);});$marker.push(m_e0b1ce7b5c2ef1fb0c112a9091335c51);}});}google.maps.event.addDomListener(window, 'load', initialize);