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.7366,-92.852)};var g_a5ea2eed582429d74417da188f35cd8e = new google.maps.Geocoder();g_a5ea2eed582429d74417da188f35cd8e.geocode( { 'address': "101 10th St E, Hastings, MN 55033, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hastings-MN-premier-bank-hastings').style.display = '';map = new google.maps.Map(document.getElementById('hastings-MN-premier-bank-hastings'), mapOptions);}document.getElementById('c1d45060').innerHTML += ' | View Map';var $la5ea2eed582429d74417da188f35cd8e = '

Premier Bank Hastings

Address: 101 10th St E, Hastings, MN 55033, USA
Phone: (651) 438-0011
';var m_a5ea2eed582429d74417da188f35cd8e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Premier Bank Hastings',});m_a5ea2eed582429d74417da188f35cd8e['infowindow'] = new google.maps.InfoWindow({content: $la5ea2eed582429d74417da188f35cd8e});var infowindow = new google.maps.InfoWindow({content: $la5ea2eed582429d74417da188f35cd8e});google.maps.event.addListener(m_a5ea2eed582429d74417da188f35cd8e, 'click', function() {infowindow.open(map,m_a5ea2eed582429d74417da188f35cd8e);});$marker.push(m_a5ea2eed582429d74417da188f35cd8e);}});}google.maps.event.addDomListener(window, 'load', initialize);