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.4986,-122.692)};var g_7cf0a828aa3ca82b3c944656048c1906 = new google.maps.Geocoder();g_7cf0a828aa3ca82b3c944656048c1906.geocode( { 'address': "322 Nw 6th Ave, Portland, OR 97209"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('portland-OR-igotfunds').style.display = '';map = new google.maps.Map(document.getElementById('portland-OR-igotfunds'), mapOptions);}document.getElementById('d53c00ae').innerHTML += ' | View Map';var $l7cf0a828aa3ca82b3c944656048c1906 = '

iGotFunds

Address: 322 Nw 6th Ave, Portland, OR 97209
Phone: (888) 397-1578
';var m_7cf0a828aa3ca82b3c944656048c1906 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'iGotFunds',});m_7cf0a828aa3ca82b3c944656048c1906['infowindow'] = new google.maps.InfoWindow({content: $l7cf0a828aa3ca82b3c944656048c1906});var infowindow = new google.maps.InfoWindow({content: $l7cf0a828aa3ca82b3c944656048c1906});google.maps.event.addListener(m_7cf0a828aa3ca82b3c944656048c1906, 'click', function() {infowindow.open(map,m_7cf0a828aa3ca82b3c944656048c1906);});$marker.push(m_7cf0a828aa3ca82b3c944656048c1906);}});}google.maps.event.addDomListener(window, 'load', initialize);