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.1935,-91.0149)};var g_c9cc3c3a4b5b30ad0cb0b085fe3f4905 = new google.maps.Geocoder();g_c9cc3c3a4b5b30ad0cb0b085fe3f4905.geocode( { 'address': "103 N Main St, Eastman, WI 54626"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('eastman-WI-first-merit-bank').style.display = '';map = new google.maps.Map(document.getElementById('eastman-WI-first-merit-bank'), mapOptions);}document.getElementById('cd59b189').innerHTML += ' | View Map';var $lc9cc3c3a4b5b30ad0cb0b085fe3f4905 = '

First Merit Bank

Address: 103 N Main St, Eastman, WI 54626
Phone: (608) 874-4113
';var m_c9cc3c3a4b5b30ad0cb0b085fe3f4905 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Merit Bank',});m_c9cc3c3a4b5b30ad0cb0b085fe3f4905['infowindow'] = new google.maps.InfoWindow({content: $lc9cc3c3a4b5b30ad0cb0b085fe3f4905});var infowindow = new google.maps.InfoWindow({content: $lc9cc3c3a4b5b30ad0cb0b085fe3f4905});google.maps.event.addListener(m_c9cc3c3a4b5b30ad0cb0b085fe3f4905, 'click', function() {infowindow.open(map,m_c9cc3c3a4b5b30ad0cb0b085fe3f4905);});$marker.push(m_c9cc3c3a4b5b30ad0cb0b085fe3f4905);}});}google.maps.event.addDomListener(window, 'load', initialize);