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(47.2604,-96.2609)};var g_c8d8c3b83a01d756b1c89d4bf72cecd9 = new google.maps.Geocoder();g_c8d8c3b83a01d756b1c89d4bf72cecd9.geocode( { 'address': "205 Main Ave W, Twin Valley, MN 56584, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('twin-valley-MN-first-financial-bank').style.display = '';map = new google.maps.Map(document.getElementById('twin-valley-MN-first-financial-bank'), mapOptions);}document.getElementById('4f705a1d').innerHTML += ' | View Map';var $lc8d8c3b83a01d756b1c89d4bf72cecd9 = '

First Financial Bank

Address: 205 Main Ave W, Twin Valley, MN 56584, USA
Phone: (218) 584-5161
';var m_c8d8c3b83a01d756b1c89d4bf72cecd9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Financial Bank',});m_c8d8c3b83a01d756b1c89d4bf72cecd9['infowindow'] = new google.maps.InfoWindow({content: $lc8d8c3b83a01d756b1c89d4bf72cecd9});var infowindow = new google.maps.InfoWindow({content: $lc8d8c3b83a01d756b1c89d4bf72cecd9});google.maps.event.addListener(m_c8d8c3b83a01d756b1c89d4bf72cecd9, 'click', function() {infowindow.open(map,m_c8d8c3b83a01d756b1c89d4bf72cecd9);});$marker.push(m_c8d8c3b83a01d756b1c89d4bf72cecd9);}});}google.maps.event.addDomListener(window, 'load', initialize);