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.9709,-122.064)};var g_59414af1c3ce8d96b168bd7f9e40b7af = new google.maps.Geocoder();g_59414af1c3ce8d96b168bd7f9e40b7af.geocode( { 'address': "720 Contra Costa Blvd, Pleasant Hill, CA 94523, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pleasant-hill-CA-check-n-go').style.display = '';map = new google.maps.Map(document.getElementById('pleasant-hill-CA-check-n-go'), mapOptions);}document.getElementById('5c950c44').innerHTML += ' | View Map';var $l59414af1c3ce8d96b168bd7f9e40b7af = '

Check 'n Go

Address: 720 Contra Costa Blvd, Pleasant Hill, CA 94523, USA
Phone: (925) 691-4971
';var m_59414af1c3ce8d96b168bd7f9e40b7af = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check 'n Go',});m_59414af1c3ce8d96b168bd7f9e40b7af['infowindow'] = new google.maps.InfoWindow({content: $l59414af1c3ce8d96b168bd7f9e40b7af});var infowindow = new google.maps.InfoWindow({content: $l59414af1c3ce8d96b168bd7f9e40b7af});google.maps.event.addListener(m_59414af1c3ce8d96b168bd7f9e40b7af, 'click', function() {infowindow.open(map,m_59414af1c3ce8d96b168bd7f9e40b7af);});$marker.push(m_59414af1c3ce8d96b168bd7f9e40b7af);}});}google.maps.event.addDomListener(window, 'load', initialize);