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.9335)};var g_aac266d74e1180bb04ba13164276ea9b = new google.maps.Geocoder();g_aac266d74e1180bb04ba13164276ea9b.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-insurance-agency').style.display = '';map = new google.maps.Map(document.getElementById('hibbing-MN-security-insurance-agency'), mapOptions);}document.getElementById('af2b6667').innerHTML += ' | View Map';var $laac266d74e1180bb04ba13164276ea9b = '

Security Insurance Agency

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