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.7326,-92.8503)};var g_e58f23193d264a95718c5382632908f6 = new google.maps.Geocoder();g_e58f23193d264a95718c5382632908f6.geocode( { 'address': "1309 Vermillion St, Hastings, MN 55033"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hastings-MN-provincial-bank').style.display = '';map = new google.maps.Map(document.getElementById('hastings-MN-provincial-bank'), mapOptions);}document.getElementById('f35267a5').innerHTML += ' | View Map';var $le58f23193d264a95718c5382632908f6 = '

Provincial Bank

Address: 1309 Vermillion St, Hastings, MN 55033
Phone: (651) 480-3002
';var m_e58f23193d264a95718c5382632908f6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Provincial Bank',});m_e58f23193d264a95718c5382632908f6['infowindow'] = new google.maps.InfoWindow({content: $le58f23193d264a95718c5382632908f6});var infowindow = new google.maps.InfoWindow({content: $le58f23193d264a95718c5382632908f6});google.maps.event.addListener(m_e58f23193d264a95718c5382632908f6, 'click', function() {infowindow.open(map,m_e58f23193d264a95718c5382632908f6);});$marker.push(m_e58f23193d264a95718c5382632908f6);}});}google.maps.event.addDomListener(window, 'load', initialize);