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.5569,-122.662)};var g_0336cbaaed223cbc7e46c29e52858643 = new google.maps.Geocoder();g_0336cbaaed223cbc7e46c29e52858643.geocode( { 'address': "4709 NE Martin Luther King Jr Blvd, Portland, OR 97211, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('portland-OR-hb').style.display = '';map = new google.maps.Map(document.getElementById('portland-OR-hb'), mapOptions);}document.getElementById('2b0abf47').innerHTML += ' | View Map';var $l0336cbaaed223cbc7e46c29e52858643 = '

H&B

Address: 4709 NE Martin Luther King Jr Blvd, Portland, OR 97211, USA
Phone: (503) 288-9650
';var m_0336cbaaed223cbc7e46c29e52858643 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'H&B',});m_0336cbaaed223cbc7e46c29e52858643['infowindow'] = new google.maps.InfoWindow({content: $l0336cbaaed223cbc7e46c29e52858643});var infowindow = new google.maps.InfoWindow({content: $l0336cbaaed223cbc7e46c29e52858643});google.maps.event.addListener(m_0336cbaaed223cbc7e46c29e52858643, 'click', function() {infowindow.open(map,m_0336cbaaed223cbc7e46c29e52858643);});$marker.push(m_0336cbaaed223cbc7e46c29e52858643);}});}google.maps.event.addDomListener(window, 'load', initialize);