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(46.8228,-92.1899)};var g_d1eefdef38b0dc9967b2482ed5676157 = new google.maps.Geocoder();g_d1eefdef38b0dc9967b2482ed5676157.geocode( { 'address': "4815 W Arrowhead Rd, Hermantown, MN 55811, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hermantown-MN-sagepoint-financial').style.display = '';map = new google.maps.Map(document.getElementById('hermantown-MN-sagepoint-financial'), mapOptions);}document.getElementById('f55352cf').innerHTML += ' | View Map';var $ld1eefdef38b0dc9967b2482ed5676157 = '

SagePoint Financial

Address: 4815 W Arrowhead Rd, Hermantown, MN 55811, USA
Phone: (218) 525-9001
';var m_d1eefdef38b0dc9967b2482ed5676157 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'SagePoint Financial',});m_d1eefdef38b0dc9967b2482ed5676157['infowindow'] = new google.maps.InfoWindow({content: $ld1eefdef38b0dc9967b2482ed5676157});var infowindow = new google.maps.InfoWindow({content: $ld1eefdef38b0dc9967b2482ed5676157});google.maps.event.addListener(m_d1eefdef38b0dc9967b2482ed5676157, 'click', function() {infowindow.open(map,m_d1eefdef38b0dc9967b2482ed5676157);});$marker.push(m_d1eefdef38b0dc9967b2482ed5676157);}});}google.maps.event.addDomListener(window, 'load', initialize);