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.4413,-95.1357)};var g_57a962866a35f92c4609c05a664d8f3c = new google.maps.Geocoder();g_57a962866a35f92c4609c05a664d8f3c.geocode( { 'address': "20 Jefferson St S, Wadena, MN 56482, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wadena-MN-ebner-insurance').style.display = '';map = new google.maps.Map(document.getElementById('wadena-MN-ebner-insurance'), mapOptions);}document.getElementById('d65e2e1b').innerHTML += ' | View Map';var $l57a962866a35f92c4609c05a664d8f3c = '

Ebner Insurance

Address: 20 Jefferson St S, Wadena, MN 56482, USA
Phone: (218) 631-3274
';var m_57a962866a35f92c4609c05a664d8f3c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ebner Insurance',});m_57a962866a35f92c4609c05a664d8f3c['infowindow'] = new google.maps.InfoWindow({content: $l57a962866a35f92c4609c05a664d8f3c});var infowindow = new google.maps.InfoWindow({content: $l57a962866a35f92c4609c05a664d8f3c});google.maps.event.addListener(m_57a962866a35f92c4609c05a664d8f3c, 'click', function() {infowindow.open(map,m_57a962866a35f92c4609c05a664d8f3c);});$marker.push(m_57a962866a35f92c4609c05a664d8f3c);}});}google.maps.event.addDomListener(window, 'load', initialize);