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(47.459,-122.208)};var g_1c818c172225ad730554de3d1669e475 = new google.maps.Geocoder();g_1c818c172225ad730554de3d1669e475.geocode( { 'address': "1025 S 3rd St, Renton, WA 98057"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('renton-WA-renton-clothes-bank').style.display = '';map = new google.maps.Map(document.getElementById('renton-WA-renton-clothes-bank'), mapOptions);}document.getElementById('e7cb70e8').innerHTML += ' | View Map';var $l1c818c172225ad730554de3d1669e475 = '

Renton Clothes Bank

Address: 1025 S 3rd St, Renton, WA 98057
Phone: (425) 271-5091
';var m_1c818c172225ad730554de3d1669e475 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Renton Clothes Bank',});m_1c818c172225ad730554de3d1669e475['infowindow'] = new google.maps.InfoWindow({content: $l1c818c172225ad730554de3d1669e475});var infowindow = new google.maps.InfoWindow({content: $l1c818c172225ad730554de3d1669e475});google.maps.event.addListener(m_1c818c172225ad730554de3d1669e475, 'click', function() {infowindow.open(map,m_1c818c172225ad730554de3d1669e475);});$marker.push(m_1c818c172225ad730554de3d1669e475);}});}google.maps.event.addDomListener(window, 'load', initialize);