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(43.5847,-93.924)};var g_2523d762d99e2eaf08f8d74efc7cf83c = new google.maps.Geocoder();g_2523d762d99e2eaf08f8d74efc7cf83c.geocode( { 'address': "205 Main St, Frost, MN 56033, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('frost-MN-frost-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('frost-MN-frost-state-bank'), mapOptions);}document.getElementById('fe2edf40').innerHTML += ' | View Map';var $l2523d762d99e2eaf08f8d74efc7cf83c = '

Frost State Bank

Address: 205 Main St, Frost, MN 56033, USA
Phone: (507) 878-3203
';var m_2523d762d99e2eaf08f8d74efc7cf83c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Frost State Bank',});m_2523d762d99e2eaf08f8d74efc7cf83c['infowindow'] = new google.maps.InfoWindow({content: $l2523d762d99e2eaf08f8d74efc7cf83c});var infowindow = new google.maps.InfoWindow({content: $l2523d762d99e2eaf08f8d74efc7cf83c});google.maps.event.addListener(m_2523d762d99e2eaf08f8d74efc7cf83c, 'click', function() {infowindow.open(map,m_2523d762d99e2eaf08f8d74efc7cf83c);});$marker.push(m_2523d762d99e2eaf08f8d74efc7cf83c);}});}google.maps.event.addDomListener(window, 'load', initialize);