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.982,-118.099)};var g_7b768b11f3424457e8d2958b2f670d60 = new google.maps.Geocoder();g_7b768b11f3424457e8d2958b2f670d60.geocode( { 'address': "8986 Washington Blvd, Pico Rivera, CA 90660, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pico-rivera-CA-check-n-go').style.display = '';map = new google.maps.Map(document.getElementById('pico-rivera-CA-check-n-go'), mapOptions);}document.getElementById('ddb596ca').innerHTML += ' | View Map';var $l7b768b11f3424457e8d2958b2f670d60 = '

Check 'n Go

Address: 8986 Washington Blvd, Pico Rivera, CA 90660, USA
Phone: (562) 949-9800
';var m_7b768b11f3424457e8d2958b2f670d60 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check 'n Go',});m_7b768b11f3424457e8d2958b2f670d60['infowindow'] = new google.maps.InfoWindow({content: $l7b768b11f3424457e8d2958b2f670d60});var infowindow = new google.maps.InfoWindow({content: $l7b768b11f3424457e8d2958b2f670d60});google.maps.event.addListener(m_7b768b11f3424457e8d2958b2f670d60, 'click', function() {infowindow.open(map,m_7b768b11f3424457e8d2958b2f670d60);});$marker.push(m_7b768b11f3424457e8d2958b2f670d60);}});}google.maps.event.addDomListener(window, 'load', initialize);