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.6753,-121.895)};var g_726710ad6a006f72ba2d6ffe71298c94 = new google.maps.Geocoder();g_726710ad6a006f72ba2d6ffe71298c94.geocode( { 'address': "2755 Hopyard Rd, Pleasanton, CA 94588, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pleasanton-CA-check-n-go').style.display = '';map = new google.maps.Map(document.getElementById('pleasanton-CA-check-n-go'), mapOptions);}document.getElementById('98364267').innerHTML += ' | View Map';var $l726710ad6a006f72ba2d6ffe71298c94 = '

Check 'n Go

Address: 2755 Hopyard Rd, Pleasanton, CA 94588, USA
Phone: (925) 484-2844
';var m_726710ad6a006f72ba2d6ffe71298c94 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check 'n Go',});m_726710ad6a006f72ba2d6ffe71298c94['infowindow'] = new google.maps.InfoWindow({content: $l726710ad6a006f72ba2d6ffe71298c94});var infowindow = new google.maps.InfoWindow({content: $l726710ad6a006f72ba2d6ffe71298c94});google.maps.event.addListener(m_726710ad6a006f72ba2d6ffe71298c94, 'click', function() {infowindow.open(map,m_726710ad6a006f72ba2d6ffe71298c94);});$marker.push(m_726710ad6a006f72ba2d6ffe71298c94);}});}google.maps.event.addDomListener(window, 'load', initialize);