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(42.9911,-88.8074)};var g_4468350070065a6a7da615d47200376c = new google.maps.Geocoder();g_4468350070065a6a7da615d47200376c.geocode( { 'address': "1325 S Rockwell Ave, Jefferson, WI 53549, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jefferson-WI-firstmerit-bank-atm').style.display = '';map = new google.maps.Map(document.getElementById('jefferson-WI-firstmerit-bank-atm'), mapOptions);}document.getElementById('96c8a56b').innerHTML += ' | View Map';var $l4468350070065a6a7da615d47200376c = '

FirstMerit Bank ATM

Address: 1325 S Rockwell Ave, Jefferson, WI 53549, USA
Phone: (888) 554-4362
';var m_4468350070065a6a7da615d47200376c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'FirstMerit Bank ATM',});m_4468350070065a6a7da615d47200376c['infowindow'] = new google.maps.InfoWindow({content: $l4468350070065a6a7da615d47200376c});var infowindow = new google.maps.InfoWindow({content: $l4468350070065a6a7da615d47200376c});google.maps.event.addListener(m_4468350070065a6a7da615d47200376c, 'click', function() {infowindow.open(map,m_4468350070065a6a7da615d47200376c);});$marker.push(m_4468350070065a6a7da615d47200376c);}});}google.maps.event.addDomListener(window, 'load', initialize);