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(43.984,-91.8662)};var g_f31c76bdd500b73db32393059f0fb221 = new google.maps.Geocoder();g_f31c76bdd500b73db32393059f0fb221.geocode( { 'address': "225 E Main St, Lewiston, MN 55952, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lewiston-MN-fischer-corporation').style.display = '';map = new google.maps.Map(document.getElementById('lewiston-MN-fischer-corporation'), mapOptions);}document.getElementById('871c4ecb').innerHTML += ' | View Map';var $lf31c76bdd500b73db32393059f0fb221 = '

Fischer Corporation

Address: 225 E Main St, Lewiston, MN 55952, USA
Phone: (507) 523-2161
';var m_f31c76bdd500b73db32393059f0fb221 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fischer Corporation',});m_f31c76bdd500b73db32393059f0fb221['infowindow'] = new google.maps.InfoWindow({content: $lf31c76bdd500b73db32393059f0fb221});var infowindow = new google.maps.InfoWindow({content: $lf31c76bdd500b73db32393059f0fb221});google.maps.event.addListener(m_f31c76bdd500b73db32393059f0fb221, 'click', function() {infowindow.open(map,m_f31c76bdd500b73db32393059f0fb221);});$marker.push(m_f31c76bdd500b73db32393059f0fb221);}});}google.maps.event.addDomListener(window, 'load', initialize);