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.7164,-117.886)};var g_f7ae62994651460a9f6295c9e34614ec = new google.maps.Geocoder();g_f7ae62994651460a9f6295c9e34614ec.geocode( { 'address': "1311 W Warner Ave, Santa Ana, CA 92704, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('santa-ana-CA-check-n-go').style.display = '';map = new google.maps.Map(document.getElementById('santa-ana-CA-check-n-go'), mapOptions);}document.getElementById('72d91c00').innerHTML += ' | View Map';var $lf7ae62994651460a9f6295c9e34614ec = '

Check 'n Go

Address: 1311 W Warner Ave, Santa Ana, CA 92704, USA
Phone: (714) 546-0400
';var m_f7ae62994651460a9f6295c9e34614ec = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check 'n Go',});m_f7ae62994651460a9f6295c9e34614ec['infowindow'] = new google.maps.InfoWindow({content: $lf7ae62994651460a9f6295c9e34614ec});var infowindow = new google.maps.InfoWindow({content: $lf7ae62994651460a9f6295c9e34614ec});google.maps.event.addListener(m_f7ae62994651460a9f6295c9e34614ec, 'click', function() {infowindow.open(map,m_f7ae62994651460a9f6295c9e34614ec);});$marker.push(m_f7ae62994651460a9f6295c9e34614ec);}});}google.maps.event.addDomListener(window, 'load', initialize);