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(38.4685,-122.744)};var g_b76277cdde174c7e14d52230177b102f = new google.maps.Geocoder();g_b76277cdde174c7e14d52230177b102f.geocode( { 'address': "1772 Piner Rd, Santa Rosa, CA 95403, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('santa-rosa-CA-check-max-plus').style.display = '';map = new google.maps.Map(document.getElementById('santa-rosa-CA-check-max-plus'), mapOptions);}document.getElementById('43c87433').innerHTML += ' | View Map';var $lb76277cdde174c7e14d52230177b102f = '

Check Max Plus

Address: 1772 Piner Rd, Santa Rosa, CA 95403, USA
Phone: (707) 579-2825
';var m_b76277cdde174c7e14d52230177b102f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check Max Plus',});m_b76277cdde174c7e14d52230177b102f['infowindow'] = new google.maps.InfoWindow({content: $lb76277cdde174c7e14d52230177b102f});var infowindow = new google.maps.InfoWindow({content: $lb76277cdde174c7e14d52230177b102f});google.maps.event.addListener(m_b76277cdde174c7e14d52230177b102f, 'click', function() {infowindow.open(map,m_b76277cdde174c7e14d52230177b102f);});$marker.push(m_b76277cdde174c7e14d52230177b102f);}});}google.maps.event.addDomListener(window, 'load', initialize);