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.4366,-93.1845)};var g_a19522533159ef246e14dd63258bfc3c = new google.maps.Geocoder();g_a19522533159ef246e14dd63258bfc3c.geocode( { 'address': "1605 Heritage Dr, Northfield, MN 55057, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('northfield-MN-community-resource-bank').style.display = '';map = new google.maps.Map(document.getElementById('northfield-MN-community-resource-bank'), mapOptions);}document.getElementById('7f17124c').innerHTML += ' | View Map';var $la19522533159ef246e14dd63258bfc3c = '

Community Resource Bank

Address: 1605 Heritage Dr, Northfield, MN 55057, USA
Phone: (507) 645-4441
';var m_a19522533159ef246e14dd63258bfc3c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Resource Bank',});m_a19522533159ef246e14dd63258bfc3c['infowindow'] = new google.maps.InfoWindow({content: $la19522533159ef246e14dd63258bfc3c});var infowindow = new google.maps.InfoWindow({content: $la19522533159ef246e14dd63258bfc3c});google.maps.event.addListener(m_a19522533159ef246e14dd63258bfc3c, 'click', function() {infowindow.open(map,m_a19522533159ef246e14dd63258bfc3c);});$marker.push(m_a19522533159ef246e14dd63258bfc3c);}});}google.maps.event.addDomListener(window, 'load', initialize);