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.7981,-85.6439)};var g_26168ad31a68a1124c0319fd376aaec8 = new google.maps.Geocoder();g_26168ad31a68a1124c0319fd376aaec8.geocode( { 'address': "122 W Chicago Rd, White Pigeon, MI 49099, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('white-pigeon-MI-sturgis-bank--trust').style.display = '';map = new google.maps.Map(document.getElementById('white-pigeon-MI-sturgis-bank--trust'), mapOptions);}document.getElementById('34e36ee5').innerHTML += ' | View Map';var $l26168ad31a68a1124c0319fd376aaec8 = '

Sturgis Bank & Trust

Address: 122 W Chicago Rd, White Pigeon, MI 49099, USA
Phone: (269) 483-9668
';var m_26168ad31a68a1124c0319fd376aaec8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sturgis Bank & Trust',});m_26168ad31a68a1124c0319fd376aaec8['infowindow'] = new google.maps.InfoWindow({content: $l26168ad31a68a1124c0319fd376aaec8});var infowindow = new google.maps.InfoWindow({content: $l26168ad31a68a1124c0319fd376aaec8});google.maps.event.addListener(m_26168ad31a68a1124c0319fd376aaec8, 'click', function() {infowindow.open(map,m_26168ad31a68a1124c0319fd376aaec8);});$marker.push(m_26168ad31a68a1124c0319fd376aaec8);}});}google.maps.event.addDomListener(window, 'load', initialize);