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.5321,-122.681)};var g_3284f170af5018ab8c482c4bc5e5fd23 = new google.maps.Geocoder();g_3284f170af5018ab8c482c4bc5e5fd23.geocode( { 'address': "1255 NW 9th Ave #107, Portland, OR 97209, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('portland-OR-iron-bridge-lending').style.display = '';map = new google.maps.Map(document.getElementById('portland-OR-iron-bridge-lending'), mapOptions);}document.getElementById('57260b9a').innerHTML += ' | View Map';var $l3284f170af5018ab8c482c4bc5e5fd23 = '

Iron Bridge Lending

Address: 1255 NW 9th Ave #107, Portland, OR 97209, USA
Phone: (503) 225-0300
';var m_3284f170af5018ab8c482c4bc5e5fd23 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Iron Bridge Lending',});m_3284f170af5018ab8c482c4bc5e5fd23['infowindow'] = new google.maps.InfoWindow({content: $l3284f170af5018ab8c482c4bc5e5fd23});var infowindow = new google.maps.InfoWindow({content: $l3284f170af5018ab8c482c4bc5e5fd23});google.maps.event.addListener(m_3284f170af5018ab8c482c4bc5e5fd23, 'click', function() {infowindow.open(map,m_3284f170af5018ab8c482c4bc5e5fd23);});$marker.push(m_3284f170af5018ab8c482c4bc5e5fd23);}});}google.maps.event.addDomListener(window, 'load', initialize);