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(39.6897,-105.082)};var g_0c114c9bb7c90c3ffbfb1ddd86ab9cda = new google.maps.Geocoder();g_0c114c9bb7c90c3ffbfb1ddd86ab9cda.geocode( { 'address': "1497 S Wadsworth Blvd, Lakewood, CO 80232, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lakewood-CO-sooper-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('lakewood-CO-sooper-credit-union'), mapOptions);}document.getElementById('0f6fcd44').innerHTML += ' | View Map';var $l0c114c9bb7c90c3ffbfb1ddd86ab9cda = '

Sooper Credit Union

Address: 1497 S Wadsworth Blvd, Lakewood, CO 80232, USA
Phone: (303) 427-5005
';var m_0c114c9bb7c90c3ffbfb1ddd86ab9cda = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sooper Credit Union',});m_0c114c9bb7c90c3ffbfb1ddd86ab9cda['infowindow'] = new google.maps.InfoWindow({content: $l0c114c9bb7c90c3ffbfb1ddd86ab9cda});var infowindow = new google.maps.InfoWindow({content: $l0c114c9bb7c90c3ffbfb1ddd86ab9cda});google.maps.event.addListener(m_0c114c9bb7c90c3ffbfb1ddd86ab9cda, 'click', function() {infowindow.open(map,m_0c114c9bb7c90c3ffbfb1ddd86ab9cda);});$marker.push(m_0c114c9bb7c90c3ffbfb1ddd86ab9cda);}});}google.maps.event.addDomListener(window, 'load', initialize);