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(45.6147,-95.7379)};var g_5327a43b4c8b784329da9e81caee6987 = new google.maps.Geocoder();g_5327a43b4c8b784329da9e81caee6987.geocode( { 'address': "100 E Main St, Cyrus, MN 56323, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cyrus-MN-hometown-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('cyrus-MN-hometown-community-bank'), mapOptions);}document.getElementById('d10bf7f9').innerHTML += ' | View Map';var $l5327a43b4c8b784329da9e81caee6987 = '

Hometown Community Bank

Address: 100 E Main St, Cyrus, MN 56323, USA
Phone: (320) 795-2562
';var m_5327a43b4c8b784329da9e81caee6987 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Hometown Community Bank',});m_5327a43b4c8b784329da9e81caee6987['infowindow'] = new google.maps.InfoWindow({content: $l5327a43b4c8b784329da9e81caee6987});var infowindow = new google.maps.InfoWindow({content: $l5327a43b4c8b784329da9e81caee6987});google.maps.event.addListener(m_5327a43b4c8b784329da9e81caee6987, 'click', function() {infowindow.open(map,m_5327a43b4c8b784329da9e81caee6987);});$marker.push(m_5327a43b4c8b784329da9e81caee6987);}});}google.maps.event.addDomListener(window, 'load', initialize);