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()};var g_960e22c062e54ee98c07ce83a5e39cff = new google.maps.Geocoder();g_960e22c062e54ee98c07ce83a5e39cff.geocode( { 'address': "1103 S US Highway 27, St Johns, MI 48879"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('st-johns-MI-citizens-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('st-johns-MI-citizens-state-bank'), mapOptions);}document.getElementById('599f6e5d').innerHTML += ' | View Map';var $l960e22c062e54ee98c07ce83a5e39cff = '

Citizens State Bank

Address: 1103 S US Highway 27, St Johns, MI 48879
Phone: (989) 224-5890
';var m_960e22c062e54ee98c07ce83a5e39cff = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens State Bank',});m_960e22c062e54ee98c07ce83a5e39cff['infowindow'] = new google.maps.InfoWindow({content: $l960e22c062e54ee98c07ce83a5e39cff});var infowindow = new google.maps.InfoWindow({content: $l960e22c062e54ee98c07ce83a5e39cff});google.maps.event.addListener(m_960e22c062e54ee98c07ce83a5e39cff, 'click', function() {infowindow.open(map,m_960e22c062e54ee98c07ce83a5e39cff);});$marker.push(m_960e22c062e54ee98c07ce83a5e39cff);}});}google.maps.event.addDomListener(window, 'load', initialize);