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.4345,-123.33)};var g_4f889c44ad6597f6667f265056a068f9 = new google.maps.Geocoder();g_4f889c44ad6597f6667f265056a068f9.geocode( { 'address': "764 SW 6th St, Grants Pass, OR 97526, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('grants-pass-OR-cash-connection-grants-pass').style.display = '';map = new google.maps.Map(document.getElementById('grants-pass-OR-cash-connection-grants-pass'), mapOptions);}document.getElementById('b4afe931').innerHTML += ' | View Map';var $l4f889c44ad6597f6667f265056a068f9 = '

Cash Connection Grants Pass

Address: 764 SW 6th St, Grants Pass, OR 97526, USA
Phone: (541) 476-6740
';var m_4f889c44ad6597f6667f265056a068f9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cash Connection Grants Pass',});m_4f889c44ad6597f6667f265056a068f9['infowindow'] = new google.maps.InfoWindow({content: $l4f889c44ad6597f6667f265056a068f9});var infowindow = new google.maps.InfoWindow({content: $l4f889c44ad6597f6667f265056a068f9});google.maps.event.addListener(m_4f889c44ad6597f6667f265056a068f9, 'click', function() {infowindow.open(map,m_4f889c44ad6597f6667f265056a068f9);});$marker.push(m_4f889c44ad6597f6667f265056a068f9);}});}google.maps.event.addDomListener(window, 'load', initialize);