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.4385,-95.125)};var g_bb42c090d999122894332e67dc708e0a = new google.maps.Geocoder();g_bb42c090d999122894332e67dc708e0a.geocode( { 'address': "614 Ash Ave NE, Wadena, MN 56482, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wadena-MN-david-paulson-agency-inc').style.display = '';map = new google.maps.Map(document.getElementById('wadena-MN-david-paulson-agency-inc'), mapOptions);}document.getElementById('196d4d70').innerHTML += ' | View Map';var $lbb42c090d999122894332e67dc708e0a = '

David Paulson Agency Inc

Address: 614 Ash Ave NE, Wadena, MN 56482, USA
Phone: (218) 631-8880
';var m_bb42c090d999122894332e67dc708e0a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'David Paulson Agency Inc',});m_bb42c090d999122894332e67dc708e0a['infowindow'] = new google.maps.InfoWindow({content: $lbb42c090d999122894332e67dc708e0a});var infowindow = new google.maps.InfoWindow({content: $lbb42c090d999122894332e67dc708e0a});google.maps.event.addListener(m_bb42c090d999122894332e67dc708e0a, 'click', function() {infowindow.open(map,m_bb42c090d999122894332e67dc708e0a);});$marker.push(m_bb42c090d999122894332e67dc708e0a);}});}google.maps.event.addDomListener(window, 'load', initialize);