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.2136,-89.4936)};var g_63808a489f2503322b5874e26aa002c4 = new google.maps.Geocoder();g_63808a489f2503322b5874e26aa002c4.geocode( { 'address': "123 W North St, Plainfield, WI 54966, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('plainfield-WI-plainfield-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('plainfield-WI-plainfield-community-bank'), mapOptions);}document.getElementById('f8d0c2ab').innerHTML += ' | View Map';var $l63808a489f2503322b5874e26aa002c4 = '

Plainfield Community Bank

Address: 123 W North St, Plainfield, WI 54966, USA
Phone: (715) 335-8200
';var m_63808a489f2503322b5874e26aa002c4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Plainfield Community Bank',});m_63808a489f2503322b5874e26aa002c4['infowindow'] = new google.maps.InfoWindow({content: $l63808a489f2503322b5874e26aa002c4});var infowindow = new google.maps.InfoWindow({content: $l63808a489f2503322b5874e26aa002c4});google.maps.event.addListener(m_63808a489f2503322b5874e26aa002c4, 'click', function() {infowindow.open(map,m_63808a489f2503322b5874e26aa002c4);});$marker.push(m_63808a489f2503322b5874e26aa002c4);}});}google.maps.event.addDomListener(window, 'load', initialize);