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(44.6273,-123.107)};var g_b113fd3c3767bd042f56a8e477a8deac = new google.maps.Geocoder();g_b113fd3c3767bd042f56a8e477a8deac.geocode( { 'address': "1250 SW Ferry St, Albany, OR 97321, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('albany-OR-cash-house').style.display = '';map = new google.maps.Map(document.getElementById('albany-OR-cash-house'), mapOptions);}document.getElementById('6562b8d3').innerHTML += ' | View Map';var $lb113fd3c3767bd042f56a8e477a8deac = '

Cash House

Address: 1250 SW Ferry St, Albany, OR 97321, USA
Phone: (541) 928-6668
';var m_b113fd3c3767bd042f56a8e477a8deac = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cash House',});m_b113fd3c3767bd042f56a8e477a8deac['infowindow'] = new google.maps.InfoWindow({content: $lb113fd3c3767bd042f56a8e477a8deac});var infowindow = new google.maps.InfoWindow({content: $lb113fd3c3767bd042f56a8e477a8deac});google.maps.event.addListener(m_b113fd3c3767bd042f56a8e477a8deac, 'click', function() {infowindow.open(map,m_b113fd3c3767bd042f56a8e477a8deac);});$marker.push(m_b113fd3c3767bd042f56a8e477a8deac);}});}google.maps.event.addDomListener(window, 'load', initialize);