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.448,-122.73)};var g_e271b6eda6d30235aaec1743673316ce = new google.maps.Geocoder();g_e271b6eda6d30235aaec1743673316ce.geocode( { 'address': "10725 SW Barbur Blvd #230, Portland, OR 97219, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('portland-OR-bridge-city-lending').style.display = '';map = new google.maps.Map(document.getElementById('portland-OR-bridge-city-lending'), mapOptions);}document.getElementById('c13b8f2d').innerHTML += ' | View Map';var $le271b6eda6d30235aaec1743673316ce = '

Bridge City Lending

Address: 10725 SW Barbur Blvd #230, Portland, OR 97219, USA
Phone: (503) 766-6262
';var m_e271b6eda6d30235aaec1743673316ce = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bridge City Lending',});m_e271b6eda6d30235aaec1743673316ce['infowindow'] = new google.maps.InfoWindow({content: $le271b6eda6d30235aaec1743673316ce});var infowindow = new google.maps.InfoWindow({content: $le271b6eda6d30235aaec1743673316ce});google.maps.event.addListener(m_e271b6eda6d30235aaec1743673316ce, 'click', function() {infowindow.open(map,m_e271b6eda6d30235aaec1743673316ce);});$marker.push(m_e271b6eda6d30235aaec1743673316ce);}});}google.maps.event.addDomListener(window, 'load', initialize);