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.4984,-122.429)};var g_e3193d9da5f5e61101157742ffec87dd = new google.maps.Geocoder();g_e3193d9da5f5e61101157742ffec87dd.geocode( { 'address': "123 E Powell Blvd #108, Gresham, OR 97030, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gresham-OR-excel-financial-of-gresham-inc').style.display = '';map = new google.maps.Map(document.getElementById('gresham-OR-excel-financial-of-gresham-inc'), mapOptions);}document.getElementById('d143b701').innerHTML += ' | View Map';var $le3193d9da5f5e61101157742ffec87dd = '

Excel Financial of Gresham, Inc

Address: 123 E Powell Blvd #108, Gresham, OR 97030, USA
Phone: (503) 669-2555
';var m_e3193d9da5f5e61101157742ffec87dd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Excel Financial of Gresham, Inc',});m_e3193d9da5f5e61101157742ffec87dd['infowindow'] = new google.maps.InfoWindow({content: $le3193d9da5f5e61101157742ffec87dd});var infowindow = new google.maps.InfoWindow({content: $le3193d9da5f5e61101157742ffec87dd});google.maps.event.addListener(m_e3193d9da5f5e61101157742ffec87dd, 'click', function() {infowindow.open(map,m_e3193d9da5f5e61101157742ffec87dd);});$marker.push(m_e3193d9da5f5e61101157742ffec87dd);}});}google.maps.event.addDomListener(window, 'load', initialize);