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.1347,-88.1982)};var g_d436537e3ef5db9a6f8677746e545f7c = new google.maps.Geocoder();g_d436537e3ef5db9a6f8677746e545f7c.geocode( { 'address': "N64 W22694 Main St, Sussex, WI 53089, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sussex-WI-landmark-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('sussex-WI-landmark-credit-union'), mapOptions);}document.getElementById('63acaf19').innerHTML += ' | View Map';var $ld436537e3ef5db9a6f8677746e545f7c = '

Landmark Credit Union

Address: N64 W22694 Main St, Sussex, WI 53089, USA
Phone: (262) 796-4500
';var m_d436537e3ef5db9a6f8677746e545f7c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Landmark Credit Union',});m_d436537e3ef5db9a6f8677746e545f7c['infowindow'] = new google.maps.InfoWindow({content: $ld436537e3ef5db9a6f8677746e545f7c});var infowindow = new google.maps.InfoWindow({content: $ld436537e3ef5db9a6f8677746e545f7c});google.maps.event.addListener(m_d436537e3ef5db9a6f8677746e545f7c, 'click', function() {infowindow.open(map,m_d436537e3ef5db9a6f8677746e545f7c);});$marker.push(m_d436537e3ef5db9a6f8677746e545f7c);}});}google.maps.event.addDomListener(window, 'load', initialize);