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.5191,-122.675)};var g_ece9f841a9823b66b3f347219e6faf6f = new google.maps.Geocoder();g_ece9f841a9823b66b3f347219e6faf6f.geocode( { 'address': "526 SW 3rd Ave, Portland, OR 97204, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('portland-OR-h--b-jewelry--loan').style.display = '';map = new google.maps.Map(document.getElementById('portland-OR-h--b-jewelry--loan'), mapOptions);}document.getElementById('ab17710c').innerHTML += ' | View Map';var $lece9f841a9823b66b3f347219e6faf6f = '

H & B Jewelry & Loan

Address: 526 SW 3rd Ave, Portland, OR 97204, USA
Phone: (503) 222-6625
';var m_ece9f841a9823b66b3f347219e6faf6f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'H & B Jewelry & Loan',});m_ece9f841a9823b66b3f347219e6faf6f['infowindow'] = new google.maps.InfoWindow({content: $lece9f841a9823b66b3f347219e6faf6f});var infowindow = new google.maps.InfoWindow({content: $lece9f841a9823b66b3f347219e6faf6f});google.maps.event.addListener(m_ece9f841a9823b66b3f347219e6faf6f, 'click', function() {infowindow.open(map,m_ece9f841a9823b66b3f347219e6faf6f);});$marker.push(m_ece9f841a9823b66b3f347219e6faf6f);}});}google.maps.event.addDomListener(window, 'load', initialize);