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.4986,-122.692)};var g_7757c9e5178fdb7d4d39207ff91840c3 = new google.maps.Geocoder();g_7757c9e5178fdb7d4d39207ff91840c3.geocode( { 'address': "8112 SE 13th Ave, Portland, OR 97202"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('portland-OR-sellwood-barbers').style.display = '';map = new google.maps.Map(document.getElementById('portland-OR-sellwood-barbers'), mapOptions);}document.getElementById('2f4d58d3').innerHTML += ' | View Map';var $l7757c9e5178fdb7d4d39207ff91840c3 = '

Sellwood Barbers

Address: 8112 SE 13th Ave, Portland, OR 97202
Phone: (503) 206-6791
';var m_7757c9e5178fdb7d4d39207ff91840c3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sellwood Barbers',});m_7757c9e5178fdb7d4d39207ff91840c3['infowindow'] = new google.maps.InfoWindow({content: $l7757c9e5178fdb7d4d39207ff91840c3});var infowindow = new google.maps.InfoWindow({content: $l7757c9e5178fdb7d4d39207ff91840c3});google.maps.event.addListener(m_7757c9e5178fdb7d4d39207ff91840c3, 'click', function() {infowindow.open(map,m_7757c9e5178fdb7d4d39207ff91840c3);});$marker.push(m_7757c9e5178fdb7d4d39207ff91840c3);}});}google.maps.event.addDomListener(window, 'load', initialize);