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.4078,-94.6992)};var g_643ea95bac06b6d2d7326c79a7e77729 = new google.maps.Geocoder();g_643ea95bac06b6d2d7326c79a7e77729.geocode( { 'address': "114 Washburne Ave, Paynesville, MN 56362"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('paynesville-MN-first-national-antiques').style.display = '';map = new google.maps.Map(document.getElementById('paynesville-MN-first-national-antiques'), mapOptions);}document.getElementById('c9b9139b').innerHTML += ' | View Map';var $l643ea95bac06b6d2d7326c79a7e77729 = '

First National Antiques

Address: 114 Washburne Ave, Paynesville, MN 56362
Phone: (763) 682-1041
';var m_643ea95bac06b6d2d7326c79a7e77729 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Antiques',});m_643ea95bac06b6d2d7326c79a7e77729['infowindow'] = new google.maps.InfoWindow({content: $l643ea95bac06b6d2d7326c79a7e77729});var infowindow = new google.maps.InfoWindow({content: $l643ea95bac06b6d2d7326c79a7e77729});google.maps.event.addListener(m_643ea95bac06b6d2d7326c79a7e77729, 'click', function() {infowindow.open(map,m_643ea95bac06b6d2d7326c79a7e77729);});$marker.push(m_643ea95bac06b6d2d7326c79a7e77729);}});}google.maps.event.addDomListener(window, 'load', initialize);