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.4452,-123.324)};var g_d029fb44c1e45326c0c011d48722fa68 = new google.maps.Geocoder();g_d029fb44c1e45326c0c011d48722fa68.geocode( { 'address': "752 NW 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-platinum-financial').style.display = '';map = new google.maps.Map(document.getElementById('grants-pass-OR-platinum-financial'), mapOptions);}document.getElementById('9c8e75b4').innerHTML += ' | View Map';var $ld029fb44c1e45326c0c011d48722fa68 = '

Platinum Financial

Address: 752 NW 6th St, Grants Pass, OR 97526, USA
Phone: (541) 472-1222
';var m_d029fb44c1e45326c0c011d48722fa68 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Platinum Financial',});m_d029fb44c1e45326c0c011d48722fa68['infowindow'] = new google.maps.InfoWindow({content: $ld029fb44c1e45326c0c011d48722fa68});var infowindow = new google.maps.InfoWindow({content: $ld029fb44c1e45326c0c011d48722fa68});google.maps.event.addListener(m_d029fb44c1e45326c0c011d48722fa68, 'click', function() {infowindow.open(map,m_d029fb44c1e45326c0c011d48722fa68);});$marker.push(m_d029fb44c1e45326c0c011d48722fa68);}});}google.maps.event.addDomListener(window, 'load', initialize);