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.7991,-85.418)};var g_0174a6d48b2b6c3d8c1928c759583f40 = new google.maps.Geocoder();g_0174a6d48b2b6c3d8c1928c759583f40.geocode( { 'address': "113-125 E Chicago Rd Sturgis, MI 49091, Sturgis, MI 49091, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sturgis-MI-sturgis-bank--trust-company').style.display = '';map = new google.maps.Map(document.getElementById('sturgis-MI-sturgis-bank--trust-company'), mapOptions);}document.getElementById('1a2100d7').innerHTML += ' | View Map';var $l0174a6d48b2b6c3d8c1928c759583f40 = '

Sturgis Bank & Trust Company

Address: 113-125 E Chicago Rd Sturgis, MI 49091, Sturgis, MI 49091, USA
Phone: (269) 651-9345
';var m_0174a6d48b2b6c3d8c1928c759583f40 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sturgis Bank & Trust Company',});m_0174a6d48b2b6c3d8c1928c759583f40['infowindow'] = new google.maps.InfoWindow({content: $l0174a6d48b2b6c3d8c1928c759583f40});var infowindow = new google.maps.InfoWindow({content: $l0174a6d48b2b6c3d8c1928c759583f40});google.maps.event.addListener(m_0174a6d48b2b6c3d8c1928c759583f40, 'click', function() {infowindow.open(map,m_0174a6d48b2b6c3d8c1928c759583f40);});$marker.push(m_0174a6d48b2b6c3d8c1928c759583f40);}});}google.maps.event.addDomListener(window, 'load', initialize);