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.2682,-88.2189)};var g_75d11096a8bc90950c42ae6738f677ab = new google.maps.Geocoder();g_75d11096a8bc90950c42ae6738f677ab.geocode( { 'address': "1717 Wolf Rd, Richfield, WI 53076"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('richfield-WI-westbury-bank').style.display = '';map = new google.maps.Map(document.getElementById('richfield-WI-westbury-bank'), mapOptions);}document.getElementById('bfba69c4').innerHTML += ' | View Map';var $l75d11096a8bc90950c42ae6738f677ab = '

Westbury Bank

Address: 1717 Wolf Rd, Richfield, WI 53076
Phone: (262) 628-1241
';var m_75d11096a8bc90950c42ae6738f677ab = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Westbury Bank',});m_75d11096a8bc90950c42ae6738f677ab['infowindow'] = new google.maps.InfoWindow({content: $l75d11096a8bc90950c42ae6738f677ab});var infowindow = new google.maps.InfoWindow({content: $l75d11096a8bc90950c42ae6738f677ab});google.maps.event.addListener(m_75d11096a8bc90950c42ae6738f677ab, 'click', function() {infowindow.open(map,m_75d11096a8bc90950c42ae6738f677ab);});$marker.push(m_75d11096a8bc90950c42ae6738f677ab);}});}google.maps.event.addDomListener(window, 'load', initialize);