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(45.6156,-94.1786)};var g_352289f5c5429675206605d9c04a1a09 = new google.maps.Geocoder();g_352289f5c5429675206605d9c04a1a09.geocode( { 'address': "200 14th Ave E, Sartell, MN 56377, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sartell-MN-jc-christensen-and-associates').style.display = '';map = new google.maps.Map(document.getElementById('sartell-MN-jc-christensen-and-associates'), mapOptions);}document.getElementById('d746d1f5').innerHTML += ' | View Map';var $l352289f5c5429675206605d9c04a1a09 = '

J.C. Christensen and Associates

Address: 200 14th Ave E, Sartell, MN 56377, USA
Phone: (320) 253-7800
';var m_352289f5c5429675206605d9c04a1a09 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'J.C. Christensen and Associates',});m_352289f5c5429675206605d9c04a1a09['infowindow'] = new google.maps.InfoWindow({content: $l352289f5c5429675206605d9c04a1a09});var infowindow = new google.maps.InfoWindow({content: $l352289f5c5429675206605d9c04a1a09});google.maps.event.addListener(m_352289f5c5429675206605d9c04a1a09, 'click', function() {infowindow.open(map,m_352289f5c5429675206605d9c04a1a09);});$marker.push(m_352289f5c5429675206605d9c04a1a09);}});}google.maps.event.addDomListener(window, 'load', initialize);