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(43.2501,-85.1335)};var g_aa3199d5c293effb09ae1015f62e4199 = new google.maps.Geocoder();g_aa3199d5c293effb09ae1015f62e4199.geocode( { 'address': "3016 W Sidney Rd, Sidney, MI 48885, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sidney-MI-sidney-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('sidney-MI-sidney-state-bank'), mapOptions);}document.getElementById('4b9adbb6').innerHTML += ' | View Map';var $laa3199d5c293effb09ae1015f62e4199 = '

Sidney State Bank

Address: 3016 W Sidney Rd, Sidney, MI 48885, USA
Phone: (989) 328-2501
';var m_aa3199d5c293effb09ae1015f62e4199 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sidney State Bank',});m_aa3199d5c293effb09ae1015f62e4199['infowindow'] = new google.maps.InfoWindow({content: $laa3199d5c293effb09ae1015f62e4199});var infowindow = new google.maps.InfoWindow({content: $laa3199d5c293effb09ae1015f62e4199});google.maps.event.addListener(m_aa3199d5c293effb09ae1015f62e4199, 'click', function() {infowindow.open(map,m_aa3199d5c293effb09ae1015f62e4199);});$marker.push(m_aa3199d5c293effb09ae1015f62e4199);}});}google.maps.event.addDomListener(window, 'load', initialize);