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(33.9765,-117.377)};var g_d785bf9067f8af9e078b93cf26de2b54 = new google.maps.Geocoder();g_d785bf9067f8af9e078b93cf26de2b54.geocode( { 'address': "4333 Orange St, Riverside, CA 92501, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('riverside-CA-printing-industries').style.display = '';map = new google.maps.Map(document.getElementById('riverside-CA-printing-industries'), mapOptions);}document.getElementById('b5fdf1ab').innerHTML += ' | View Map';var $ld785bf9067f8af9e078b93cf26de2b54 = '

Printing Industries

Address: 4333 Orange St, Riverside, CA 92501, USA
Phone: (951) 781-0981
';var m_d785bf9067f8af9e078b93cf26de2b54 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Printing Industries',});m_d785bf9067f8af9e078b93cf26de2b54['infowindow'] = new google.maps.InfoWindow({content: $ld785bf9067f8af9e078b93cf26de2b54});var infowindow = new google.maps.InfoWindow({content: $ld785bf9067f8af9e078b93cf26de2b54});google.maps.event.addListener(m_d785bf9067f8af9e078b93cf26de2b54, 'click', function() {infowindow.open(map,m_d785bf9067f8af9e078b93cf26de2b54);});$marker.push(m_d785bf9067f8af9e078b93cf26de2b54);}});}google.maps.event.addDomListener(window, 'load', initialize);