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.7054,-121.521)};var g_7c792a8279211dece3b4df04719c818a = new google.maps.Geocoder();g_7c792a8279211dece3b4df04719c818a.geocode( { 'address': "Hood River, OR 97031, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hood-river-OR-columbia-credits-inc').style.display = '';map = new google.maps.Map(document.getElementById('hood-river-OR-columbia-credits-inc'), mapOptions);}document.getElementById('993f897a').innerHTML += ' | View Map';var $l7c792a8279211dece3b4df04719c818a = '

Columbia Credits Inc

Address: Hood River, OR 97031, USA
Phone: (541) 386-7525
';var m_7c792a8279211dece3b4df04719c818a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Columbia Credits Inc',});m_7c792a8279211dece3b4df04719c818a['infowindow'] = new google.maps.InfoWindow({content: $l7c792a8279211dece3b4df04719c818a});var infowindow = new google.maps.InfoWindow({content: $l7c792a8279211dece3b4df04719c818a});google.maps.event.addListener(m_7c792a8279211dece3b4df04719c818a, 'click', function() {infowindow.open(map,m_7c792a8279211dece3b4df04719c818a);});$marker.push(m_7c792a8279211dece3b4df04719c818a);}});}google.maps.event.addDomListener(window, 'load', initialize);