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(41.8466,-85.6719)};var g_b3b82a2f1b6e367df77c4ab334050766 = new google.maps.Geocoder();g_b3b82a2f1b6e367df77c4ab334050766.geocode( { 'address': "345 N Washington St, Constantine, MI 49042, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('constantine-MI-southern-michigan-bank--trust').style.display = '';map = new google.maps.Map(document.getElementById('constantine-MI-southern-michigan-bank--trust'), mapOptions);}document.getElementById('fb8d8dbd').innerHTML += ' | View Map';var $lb3b82a2f1b6e367df77c4ab334050766 = '

Southern Michigan Bank & Trust

Address: 345 N Washington St, Constantine, MI 49042, USA
Phone: (269) 435-8446
';var m_b3b82a2f1b6e367df77c4ab334050766 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Southern Michigan Bank & Trust',});m_b3b82a2f1b6e367df77c4ab334050766['infowindow'] = new google.maps.InfoWindow({content: $lb3b82a2f1b6e367df77c4ab334050766});var infowindow = new google.maps.InfoWindow({content: $lb3b82a2f1b6e367df77c4ab334050766});google.maps.event.addListener(m_b3b82a2f1b6e367df77c4ab334050766, 'click', function() {infowindow.open(map,m_b3b82a2f1b6e367df77c4ab334050766);});$marker.push(m_b3b82a2f1b6e367df77c4ab334050766);}});}google.maps.event.addDomListener(window, 'load', initialize);