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.6903,-88.2684)};var g_736cec3fca4f049e4cfc88d5c6765978 = new google.maps.Geocoder();g_736cec3fca4f049e4cfc88d5c6765978.geocode( { 'address': "973 Milwaukee Ave, Burlington, WI 53105, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('burlington-WI-landmark-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('burlington-WI-landmark-credit-union'), mapOptions);}document.getElementById('664ac6cb').innerHTML += ' | View Map';var $l736cec3fca4f049e4cfc88d5c6765978 = '

Landmark Credit Union

Address: 973 Milwaukee Ave, Burlington, WI 53105, USA
Phone: (262) 796-4500
';var m_736cec3fca4f049e4cfc88d5c6765978 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Landmark Credit Union',});m_736cec3fca4f049e4cfc88d5c6765978['infowindow'] = new google.maps.InfoWindow({content: $l736cec3fca4f049e4cfc88d5c6765978});var infowindow = new google.maps.InfoWindow({content: $l736cec3fca4f049e4cfc88d5c6765978});google.maps.event.addListener(m_736cec3fca4f049e4cfc88d5c6765978, 'click', function() {infowindow.open(map,m_736cec3fca4f049e4cfc88d5c6765978);});$marker.push(m_736cec3fca4f049e4cfc88d5c6765978);}});}google.maps.event.addDomListener(window, 'load', initialize);