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.8206,-88.7295)};var g_6085b3827ccebe8a3b1c8eb30f0ff40e = new google.maps.Geocoder();g_6085b3827ccebe8a3b1c8eb30f0ff40e.geocode( { 'address': "1058 W Main St, Whitewater, WI 53190"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('whitewater-WI-first-citizens-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('whitewater-WI-first-citizens-state-bank'), mapOptions);}document.getElementById('d55ac883').innerHTML += ' | View Map';var $l6085b3827ccebe8a3b1c8eb30f0ff40e = '

First Citizens State Bank

Address: 1058 W Main St, Whitewater, WI 53190
Phone: (262) 473-3666
';var m_6085b3827ccebe8a3b1c8eb30f0ff40e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Citizens State Bank',});m_6085b3827ccebe8a3b1c8eb30f0ff40e['infowindow'] = new google.maps.InfoWindow({content: $l6085b3827ccebe8a3b1c8eb30f0ff40e});var infowindow = new google.maps.InfoWindow({content: $l6085b3827ccebe8a3b1c8eb30f0ff40e});google.maps.event.addListener(m_6085b3827ccebe8a3b1c8eb30f0ff40e, 'click', function() {infowindow.open(map,m_6085b3827ccebe8a3b1c8eb30f0ff40e);});$marker.push(m_6085b3827ccebe8a3b1c8eb30f0ff40e);}});}google.maps.event.addDomListener(window, 'load', initialize);