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(44.3255,-93.8386)};var g_04fc43b71d94475cea197c2821237a06 = new google.maps.Geocoder();g_04fc43b71d94475cea197c2821237a06.geocode( { 'address': "326 Broadway St, Cleveland, MN 56017, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cleveland-MN-home-town-bank').style.display = '';map = new google.maps.Map(document.getElementById('cleveland-MN-home-town-bank'), mapOptions);}document.getElementById('36912162').innerHTML += ' | View Map';var $l04fc43b71d94475cea197c2821237a06 = '

Home Town Bank

Address: 326 Broadway St, Cleveland, MN 56017, USA
Phone: (507) 934-3174
';var m_04fc43b71d94475cea197c2821237a06 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Home Town Bank',});m_04fc43b71d94475cea197c2821237a06['infowindow'] = new google.maps.InfoWindow({content: $l04fc43b71d94475cea197c2821237a06});var infowindow = new google.maps.InfoWindow({content: $l04fc43b71d94475cea197c2821237a06});google.maps.event.addListener(m_04fc43b71d94475cea197c2821237a06, 'click', function() {infowindow.open(map,m_04fc43b71d94475cea197c2821237a06);});$marker.push(m_04fc43b71d94475cea197c2821237a06);}});}google.maps.event.addDomListener(window, 'load', initialize);