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()};var g_499d5b6b7d7fd88ed5acfc90a8ed0758 = new google.maps.Geocoder();g_499d5b6b7d7fd88ed5acfc90a8ed0758.geocode( { 'address': "7600 W Bluemound Rd, Wauwatosa, WI 53213"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wauwatosa-WI-marine-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('wauwatosa-WI-marine-credit-union'), mapOptions);}document.getElementById('dde053e7').innerHTML += ' | View Map';var $l499d5b6b7d7fd88ed5acfc90a8ed0758 = '

Marine Credit Union

Address: 7600 W Bluemound Rd, Wauwatosa, WI 53213
Phone: (414) 342-7660
';var m_499d5b6b7d7fd88ed5acfc90a8ed0758 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Marine Credit Union',});m_499d5b6b7d7fd88ed5acfc90a8ed0758['infowindow'] = new google.maps.InfoWindow({content: $l499d5b6b7d7fd88ed5acfc90a8ed0758});var infowindow = new google.maps.InfoWindow({content: $l499d5b6b7d7fd88ed5acfc90a8ed0758});google.maps.event.addListener(m_499d5b6b7d7fd88ed5acfc90a8ed0758, 'click', function() {infowindow.open(map,m_499d5b6b7d7fd88ed5acfc90a8ed0758);});$marker.push(m_499d5b6b7d7fd88ed5acfc90a8ed0758);}});}google.maps.event.addDomListener(window, 'load', initialize);