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.3966,-92.6056)};var g_f75526659f31040afeb61cb7133e4e6d = new google.maps.Geocoder();g_f75526659f31040afeb61cb7133e4e6d.geocode( { 'address': "35,, 200 E State St, Dresser, WI 54009, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dresser-WI-landmark-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('dresser-WI-landmark-mortgage'), mapOptions);}document.getElementById('e5d53336').innerHTML += ' | View Map';var $lf75526659f31040afeb61cb7133e4e6d = '

Landmark Mortgage

Address: 35,, 200 E State St, Dresser, WI 54009, USA
Phone: (715) 483-5565
';var m_f75526659f31040afeb61cb7133e4e6d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Landmark Mortgage',});m_f75526659f31040afeb61cb7133e4e6d['infowindow'] = new google.maps.InfoWindow({content: $lf75526659f31040afeb61cb7133e4e6d});var infowindow = new google.maps.InfoWindow({content: $lf75526659f31040afeb61cb7133e4e6d});google.maps.event.addListener(m_f75526659f31040afeb61cb7133e4e6d, 'click', function() {infowindow.open(map,m_f75526659f31040afeb61cb7133e4e6d);});$marker.push(m_f75526659f31040afeb61cb7133e4e6d);}});}google.maps.event.addDomListener(window, 'load', initialize);