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(44.3134,-94.4595)};var g_25581ff0e423b9d3b44976b6eaeb20db = new google.maps.Geocoder();g_25581ff0e423b9d3b44976b6eaeb20db.geocode( { 'address': "9 N Minnesota St, New Ulm, MN 56073, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-ulm-MN-furth-meile-insurance-inc').style.display = '';map = new google.maps.Map(document.getElementById('new-ulm-MN-furth-meile-insurance-inc'), mapOptions);}document.getElementById('5c816ded').innerHTML += ' | View Map';var $l25581ff0e423b9d3b44976b6eaeb20db = '

Furth-Meile Insurance, Inc.

Address: 9 N Minnesota St, New Ulm, MN 56073, USA
Phone: (507) 354-7334
';var m_25581ff0e423b9d3b44976b6eaeb20db = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Furth-Meile Insurance, Inc.',});m_25581ff0e423b9d3b44976b6eaeb20db['infowindow'] = new google.maps.InfoWindow({content: $l25581ff0e423b9d3b44976b6eaeb20db});var infowindow = new google.maps.InfoWindow({content: $l25581ff0e423b9d3b44976b6eaeb20db});google.maps.event.addListener(m_25581ff0e423b9d3b44976b6eaeb20db, 'click', function() {infowindow.open(map,m_25581ff0e423b9d3b44976b6eaeb20db);});$marker.push(m_25581ff0e423b9d3b44976b6eaeb20db);}});}google.maps.event.addDomListener(window, 'load', initialize);