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.692,-87.8148)};var g_71de73700199314daad7658522640fa5 = new google.maps.Geocoder();g_71de73700199314daad7658522640fa5.geocode( { 'address': "1907 Lathrop Ave, Racine, WI 53405"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('racine-WI-racine-municipal-employee-s-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('racine-WI-racine-municipal-employee-s-credit-union'), mapOptions);}document.getElementById('4eda5a83').innerHTML += ' | View Map';var $l71de73700199314daad7658522640fa5 = '

Racine Municipal Employee's Credit Union

Address: 1907 Lathrop Ave, Racine, WI 53405
Phone: (262) 637-7274
';var m_71de73700199314daad7658522640fa5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Racine Municipal Employee's Credit Union',});m_71de73700199314daad7658522640fa5['infowindow'] = new google.maps.InfoWindow({content: $l71de73700199314daad7658522640fa5});var infowindow = new google.maps.InfoWindow({content: $l71de73700199314daad7658522640fa5});google.maps.event.addListener(m_71de73700199314daad7658522640fa5, 'click', function() {infowindow.open(map,m_71de73700199314daad7658522640fa5);});$marker.push(m_71de73700199314daad7658522640fa5);}});}google.maps.event.addDomListener(window, 'load', initialize);