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.0489,-88.0866)};var g_ae99a1c86b9795a3f0c171469418ed8b = new google.maps.Geocoder();g_ae99a1c86b9795a3f0c171469418ed8b.geocode( { 'address': "13150 Watertown Plank Rd, Elm Grove, WI 53122"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('elm-grove-WI-town-bank-of-elm-grove').style.display = '';map = new google.maps.Map(document.getElementById('elm-grove-WI-town-bank-of-elm-grove'), mapOptions);}document.getElementById('c5da1ffa').innerHTML += ' | View Map';var $lae99a1c86b9795a3f0c171469418ed8b = '

Town Bank of Elm Grove

Address: 13150 Watertown Plank Rd, Elm Grove, WI 53122
Phone: (262) 789-8696
';var m_ae99a1c86b9795a3f0c171469418ed8b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Town Bank of Elm Grove',});m_ae99a1c86b9795a3f0c171469418ed8b['infowindow'] = new google.maps.InfoWindow({content: $lae99a1c86b9795a3f0c171469418ed8b});var infowindow = new google.maps.InfoWindow({content: $lae99a1c86b9795a3f0c171469418ed8b});google.maps.event.addListener(m_ae99a1c86b9795a3f0c171469418ed8b, 'click', function() {infowindow.open(map,m_ae99a1c86b9795a3f0c171469418ed8b);});$marker.push(m_ae99a1c86b9795a3f0c171469418ed8b);}});}google.maps.event.addDomListener(window, 'load', initialize);