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(37.295,-121.95)};var g_91fc4511ba14f19971c271b53860f316 = new google.maps.Geocoder();g_91fc4511ba14f19971c271b53860f316.geocode( { 'address': "1575 Winchester Blvd Suite D, Campbell, CA 95008, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('campbell-CA-check-n-go').style.display = '';map = new google.maps.Map(document.getElementById('campbell-CA-check-n-go'), mapOptions);}document.getElementById('5528906b').innerHTML += ' | View Map';var $l91fc4511ba14f19971c271b53860f316 = '

Check 'n Go

Address: 1575 Winchester Blvd Suite D, Campbell, CA 95008, USA
Phone: (408) 866-8000
';var m_91fc4511ba14f19971c271b53860f316 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check 'n Go',});m_91fc4511ba14f19971c271b53860f316['infowindow'] = new google.maps.InfoWindow({content: $l91fc4511ba14f19971c271b53860f316});var infowindow = new google.maps.InfoWindow({content: $l91fc4511ba14f19971c271b53860f316});google.maps.event.addListener(m_91fc4511ba14f19971c271b53860f316, 'click', function() {infowindow.open(map,m_91fc4511ba14f19971c271b53860f316);});$marker.push(m_91fc4511ba14f19971c271b53860f316);}});}google.maps.event.addDomListener(window, 'load', initialize);