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(42.2064,-121.728)};var g_06b2de3d8cec9cc168975b897d99b8c8 = new google.maps.Geocoder();g_06b2de3d8cec9cc168975b897d99b8c8.geocode( { 'address': "4846 S 6th St, Klamath Falls, OR 97603, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('klamath-falls-OR-the-gold-exchange--pawn').style.display = '';map = new google.maps.Map(document.getElementById('klamath-falls-OR-the-gold-exchange--pawn'), mapOptions);}document.getElementById('20214e31').innerHTML += ' | View Map';var $l06b2de3d8cec9cc168975b897d99b8c8 = '

The Gold Exchange & Pawn

Address: 4846 S 6th St, Klamath Falls, OR 97603, USA
Phone: (541) 850-2000
';var m_06b2de3d8cec9cc168975b897d99b8c8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Gold Exchange & Pawn',});m_06b2de3d8cec9cc168975b897d99b8c8['infowindow'] = new google.maps.InfoWindow({content: $l06b2de3d8cec9cc168975b897d99b8c8});var infowindow = new google.maps.InfoWindow({content: $l06b2de3d8cec9cc168975b897d99b8c8});google.maps.event.addListener(m_06b2de3d8cec9cc168975b897d99b8c8, 'click', function() {infowindow.open(map,m_06b2de3d8cec9cc168975b897d99b8c8);});$marker.push(m_06b2de3d8cec9cc168975b897d99b8c8);}});}google.maps.event.addDomListener(window, 'load', initialize);