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.4277,-92.9349)};var g_b0a885787b39a6af226fb023c7bec6fe = new google.maps.Geocoder();g_b0a885787b39a6af226fb023c7bec6fe.geocode( { 'address': "601 E Howard St, Hibbing, MN 55746, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hibbing-MN-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('hibbing-MN-wells-fargo-bank'), mapOptions);}document.getElementById('c48d8e47').innerHTML += ' | View Map';var $lb0a885787b39a6af226fb023c7bec6fe = '

Wells Fargo Bank

Address: 601 E Howard St, Hibbing, MN 55746, USA
Phone: (218) 262-4501
';var m_b0a885787b39a6af226fb023c7bec6fe = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_b0a885787b39a6af226fb023c7bec6fe['infowindow'] = new google.maps.InfoWindow({content: $lb0a885787b39a6af226fb023c7bec6fe});var infowindow = new google.maps.InfoWindow({content: $lb0a885787b39a6af226fb023c7bec6fe});google.maps.event.addListener(m_b0a885787b39a6af226fb023c7bec6fe, 'click', function() {infowindow.open(map,m_b0a885787b39a6af226fb023c7bec6fe);});$marker.push(m_b0a885787b39a6af226fb023c7bec6fe);}});}google.maps.event.addDomListener(window, 'load', initialize);