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.6113,-122.333)};var g_d9106553cc5dcab924a87b57eb707fdd = new google.maps.Geocoder();g_d9106553cc5dcab924a87b57eb707fdd.geocode( { 'address': "4825 Rainier Ave S, Seattle, WA 98118"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('seattle-WA-taco-stand').style.display = '';map = new google.maps.Map(document.getElementById('seattle-WA-taco-stand'), mapOptions);}document.getElementById('682f700c').innerHTML += ' | View Map';var $ld9106553cc5dcab924a87b57eb707fdd = '

Taco Stand

Address: 4825 Rainier Ave S, Seattle, WA 98118
Phone: (206) 358-2123
';var m_d9106553cc5dcab924a87b57eb707fdd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Taco Stand',});m_d9106553cc5dcab924a87b57eb707fdd['infowindow'] = new google.maps.InfoWindow({content: $ld9106553cc5dcab924a87b57eb707fdd});var infowindow = new google.maps.InfoWindow({content: $ld9106553cc5dcab924a87b57eb707fdd});google.maps.event.addListener(m_d9106553cc5dcab924a87b57eb707fdd, 'click', function() {infowindow.open(map,m_d9106553cc5dcab924a87b57eb707fdd);});$marker.push(m_d9106553cc5dcab924a87b57eb707fdd);}});}google.maps.event.addDomListener(window, 'load', initialize);