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.1592,-87.9843)};var g_1f93a5d50953fac07d7e6f54827ce9bc = new google.maps.Geocoder();g_1f93a5d50953fac07d7e6f54827ce9bc.geocode( { 'address': "7750 N 60th St, Milwaukee, WI 53223, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('milwaukee-WI-ctk-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('milwaukee-WI-ctk-credit-union'), mapOptions);}document.getElementById('5128007d').innerHTML += ' | View Map';var $l1f93a5d50953fac07d7e6f54827ce9bc = '

CTK Credit Union

Address: 7750 N 60th St, Milwaukee, WI 53223, USA
Phone: (414) 354-5610
';var m_1f93a5d50953fac07d7e6f54827ce9bc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CTK Credit Union',});m_1f93a5d50953fac07d7e6f54827ce9bc['infowindow'] = new google.maps.InfoWindow({content: $l1f93a5d50953fac07d7e6f54827ce9bc});var infowindow = new google.maps.InfoWindow({content: $l1f93a5d50953fac07d7e6f54827ce9bc});google.maps.event.addListener(m_1f93a5d50953fac07d7e6f54827ce9bc, 'click', function() {infowindow.open(map,m_1f93a5d50953fac07d7e6f54827ce9bc);});$marker.push(m_1f93a5d50953fac07d7e6f54827ce9bc);}});}google.maps.event.addDomListener(window, 'load', initialize);