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.4729,-122.433)};var g_02844d7e213707317c13f13a96759e5a = new google.maps.Geocoder();g_02844d7e213707317c13f13a96759e5a.geocode( { 'address': "3384 SW Miller Dr, Gresham, OR 97080, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gresham-OR-stonebridge-mortgage-group-inc').style.display = '';map = new google.maps.Map(document.getElementById('gresham-OR-stonebridge-mortgage-group-inc'), mapOptions);}document.getElementById('61c9689f').innerHTML += ' | View Map';var $l02844d7e213707317c13f13a96759e5a = '

Stonebridge Mortgage Group Inc.

Address: 3384 SW Miller Dr, Gresham, OR 97080, USA
Phone: (503) 661-5580
';var m_02844d7e213707317c13f13a96759e5a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Stonebridge Mortgage Group Inc.',});m_02844d7e213707317c13f13a96759e5a['infowindow'] = new google.maps.InfoWindow({content: $l02844d7e213707317c13f13a96759e5a});var infowindow = new google.maps.InfoWindow({content: $l02844d7e213707317c13f13a96759e5a});google.maps.event.addListener(m_02844d7e213707317c13f13a96759e5a, 'click', function() {infowindow.open(map,m_02844d7e213707317c13f13a96759e5a);});$marker.push(m_02844d7e213707317c13f13a96759e5a);}});}google.maps.event.addDomListener(window, 'load', initialize);