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.7761,-94.9947)};var g_9d46947f2f4ee3b08a4b3899864aa49d = new google.maps.Geocoder();g_9d46947f2f4ee3b08a4b3899864aa49d.geocode( { 'address': "1115 W Lincoln Ave, Olivia, MN 56277, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('olivia-MN-home-town-bank').style.display = '';map = new google.maps.Map(document.getElementById('olivia-MN-home-town-bank'), mapOptions);}document.getElementById('9116b58e').innerHTML += ' | View Map';var $l9d46947f2f4ee3b08a4b3899864aa49d = '

Home Town Bank

Address: 1115 W Lincoln Ave, Olivia, MN 56277, USA
Phone: (320) 523-2040
';var m_9d46947f2f4ee3b08a4b3899864aa49d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Home Town Bank',});m_9d46947f2f4ee3b08a4b3899864aa49d['infowindow'] = new google.maps.InfoWindow({content: $l9d46947f2f4ee3b08a4b3899864aa49d});var infowindow = new google.maps.InfoWindow({content: $l9d46947f2f4ee3b08a4b3899864aa49d});google.maps.event.addListener(m_9d46947f2f4ee3b08a4b3899864aa49d, 'click', function() {infowindow.open(map,m_9d46947f2f4ee3b08a4b3899864aa49d);});$marker.push(m_9d46947f2f4ee3b08a4b3899864aa49d);}});}google.maps.event.addDomListener(window, 'load', initialize);