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(45.489,-122.477)};var g_370cef6a0234dbf0ccc2f7cc69845074 = new google.maps.Geocoder();g_370cef6a0234dbf0ccc2f7cc69845074.geocode( { 'address': "901 SW Highland Dr, Gresham, OR 97080, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gresham-OR-safeway-northwest-central-cu').style.display = '';map = new google.maps.Map(document.getElementById('gresham-OR-safeway-northwest-central-cu'), mapOptions);}document.getElementById('44941bee').innerHTML += ' | View Map';var $l370cef6a0234dbf0ccc2f7cc69845074 = '

Safeway Northwest Central Cu

Address: 901 SW Highland Dr, Gresham, OR 97080, USA
Phone: (503) 626-6600
';var m_370cef6a0234dbf0ccc2f7cc69845074 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Safeway Northwest Central Cu',});m_370cef6a0234dbf0ccc2f7cc69845074['infowindow'] = new google.maps.InfoWindow({content: $l370cef6a0234dbf0ccc2f7cc69845074});var infowindow = new google.maps.InfoWindow({content: $l370cef6a0234dbf0ccc2f7cc69845074});google.maps.event.addListener(m_370cef6a0234dbf0ccc2f7cc69845074, 'click', function() {infowindow.open(map,m_370cef6a0234dbf0ccc2f7cc69845074);});$marker.push(m_370cef6a0234dbf0ccc2f7cc69845074);}});}google.maps.event.addDomListener(window, 'load', initialize);