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(42.422,-123.337)};var g_47060dfad0287968d7a4a022691b7f53 = new google.maps.Geocoder();g_47060dfad0287968d7a4a022691b7f53.geocode( { 'address': "1630 Williams Hwy #140, Grants Pass, OR 97527, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('grants-pass-OR-access-mortgage-services-inc').style.display = '';map = new google.maps.Map(document.getElementById('grants-pass-OR-access-mortgage-services-inc'), mapOptions);}document.getElementById('16e05ac4').innerHTML += ' | View Map';var $l47060dfad0287968d7a4a022691b7f53 = '

Access Mortgage Services, Inc.

Address: 1630 Williams Hwy #140, Grants Pass, OR 97527, USA
Phone: (541) 476-2922
';var m_47060dfad0287968d7a4a022691b7f53 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Access Mortgage Services, Inc.',});m_47060dfad0287968d7a4a022691b7f53['infowindow'] = new google.maps.InfoWindow({content: $l47060dfad0287968d7a4a022691b7f53});var infowindow = new google.maps.InfoWindow({content: $l47060dfad0287968d7a4a022691b7f53});google.maps.event.addListener(m_47060dfad0287968d7a4a022691b7f53, 'click', function() {infowindow.open(map,m_47060dfad0287968d7a4a022691b7f53);});$marker.push(m_47060dfad0287968d7a4a022691b7f53);}});}google.maps.event.addDomListener(window, 'load', initialize);