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.9257,-87.9487)};var g_819f46e52c25763a55cc642422644317 = new google.maps.Geocoder();g_819f46e52c25763a55cc642422644317.geocode( { 'address': "6560 S 27th St, Oak Creek, WI 53154, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oak-creek-WI-waterstone-bank').style.display = '';map = new google.maps.Map(document.getElementById('oak-creek-WI-waterstone-bank'), mapOptions);}document.getElementById('a81dd698').innerHTML += ' | View Map';var $l819f46e52c25763a55cc642422644317 = '

WaterStone Bank

Address: 6560 S 27th St, Oak Creek, WI 53154, USA
Phone: (414) 761-1920
';var m_819f46e52c25763a55cc642422644317 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'WaterStone Bank',});m_819f46e52c25763a55cc642422644317['infowindow'] = new google.maps.InfoWindow({content: $l819f46e52c25763a55cc642422644317});var infowindow = new google.maps.InfoWindow({content: $l819f46e52c25763a55cc642422644317});google.maps.event.addListener(m_819f46e52c25763a55cc642422644317, 'click', function() {infowindow.open(map,m_819f46e52c25763a55cc642422644317);});$marker.push(m_819f46e52c25763a55cc642422644317);}});}google.maps.event.addDomListener(window, 'load', initialize);