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.6428,-117.473)};var g_6731bf15d884ea23e2b7319b28bfc71b = new google.maps.Geocoder();g_6731bf15d884ea23e2b7319b28bfc71b.geocode( { 'address': "1333 S Rustle Rd, Spokane, WA 99224, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('spokane-WA-tepco').style.display = '';map = new google.maps.Map(document.getElementById('spokane-WA-tepco'), mapOptions);}document.getElementById('abd75aa2').innerHTML += ' | View Map';var $l6731bf15d884ea23e2b7319b28bfc71b = '

Tepco

Address: 1333 S Rustle Rd, Spokane, WA 99224, USA
Phone: (509) 624-5146
';var m_6731bf15d884ea23e2b7319b28bfc71b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Tepco',});m_6731bf15d884ea23e2b7319b28bfc71b['infowindow'] = new google.maps.InfoWindow({content: $l6731bf15d884ea23e2b7319b28bfc71b});var infowindow = new google.maps.InfoWindow({content: $l6731bf15d884ea23e2b7319b28bfc71b});google.maps.event.addListener(m_6731bf15d884ea23e2b7319b28bfc71b, 'click', function() {infowindow.open(map,m_6731bf15d884ea23e2b7319b28bfc71b);});$marker.push(m_6731bf15d884ea23e2b7319b28bfc71b);}});}google.maps.event.addDomListener(window, 'load', initialize);