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.9879,-118.185)};var g_e506224e10e14b0fc9e6c460d7556361 = new google.maps.Geocoder();g_e506224e10e14b0fc9e6c460d7556361.geocode( { 'address': "5810 Atlantic Blvd, Maywood, CA 90270, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('maywood-CA-check-n-go').style.display = '';map = new google.maps.Map(document.getElementById('maywood-CA-check-n-go'), mapOptions);}document.getElementById('496fb47b').innerHTML += ' | View Map';var $le506224e10e14b0fc9e6c460d7556361 = '

Check 'n Go

Address: 5810 Atlantic Blvd, Maywood, CA 90270, USA
Phone: (323) 560-1700
';var m_e506224e10e14b0fc9e6c460d7556361 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check 'n Go',});m_e506224e10e14b0fc9e6c460d7556361['infowindow'] = new google.maps.InfoWindow({content: $le506224e10e14b0fc9e6c460d7556361});var infowindow = new google.maps.InfoWindow({content: $le506224e10e14b0fc9e6c460d7556361});google.maps.event.addListener(m_e506224e10e14b0fc9e6c460d7556361, 'click', function() {infowindow.open(map,m_e506224e10e14b0fc9e6c460d7556361);});$marker.push(m_e506224e10e14b0fc9e6c460d7556361);}});}google.maps.event.addDomListener(window, 'load', initialize);