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.4278,-92.9335)};var g_a5be59b9e8f184d7b7a142f4148d2a01 = new google.maps.Geocoder();g_a5be59b9e8f184d7b7a142f4148d2a01.geocode( { 'address': "701 E Howard St, Hibbing, MN 55746, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hibbing-MN-security-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('hibbing-MN-security-state-bank'), mapOptions);}document.getElementById('af2b6667').innerHTML += ' | View Map';var $la5be59b9e8f184d7b7a142f4148d2a01 = '

Security State Bank

Address: 701 E Howard St, Hibbing, MN 55746, USA
Phone: (218) 263-8855
';var m_a5be59b9e8f184d7b7a142f4148d2a01 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Security State Bank',});m_a5be59b9e8f184d7b7a142f4148d2a01['infowindow'] = new google.maps.InfoWindow({content: $la5be59b9e8f184d7b7a142f4148d2a01});var infowindow = new google.maps.InfoWindow({content: $la5be59b9e8f184d7b7a142f4148d2a01});google.maps.event.addListener(m_a5be59b9e8f184d7b7a142f4148d2a01, 'click', function() {infowindow.open(map,m_a5be59b9e8f184d7b7a142f4148d2a01);});$marker.push(m_a5be59b9e8f184d7b7a142f4148d2a01);}});}google.maps.event.addDomListener(window, 'load', initialize);