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_46936add066bd6422b3ac74a0ccb7174 = new google.maps.Geocoder();g_46936add066bd6422b3ac74a0ccb7174.geocode( { 'address': "3413 Rapids Dr, Racine, WI 53404"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('racine-WI-landmark-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('racine-WI-landmark-credit-union'), mapOptions);}document.getElementById('38dc1d99').innerHTML += ' | View Map';var $l46936add066bd6422b3ac74a0ccb7174 = '

Landmark Credit Union

Address: 3413 Rapids Dr, Racine, WI 53404
Phone: (262) 637-9735
';var m_46936add066bd6422b3ac74a0ccb7174 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Landmark Credit Union',});m_46936add066bd6422b3ac74a0ccb7174['infowindow'] = new google.maps.InfoWindow({content: $l46936add066bd6422b3ac74a0ccb7174});var infowindow = new google.maps.InfoWindow({content: $l46936add066bd6422b3ac74a0ccb7174});google.maps.event.addListener(m_46936add066bd6422b3ac74a0ccb7174, 'click', function() {infowindow.open(map,m_46936add066bd6422b3ac74a0ccb7174);});$marker.push(m_46936add066bd6422b3ac74a0ccb7174);}});}google.maps.event.addDomListener(window, 'load', initialize);