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.7177,-117.808)};var g_a15f5011b0695d6af5dec84bfdd79567 = new google.maps.Geocoder();g_a15f5011b0695d6af5dec84bfdd79567.geocode( { 'address': "2522 Chambers Rd, Tustin, CA 92780, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tustin-CA-hanover-mc').style.display = '';map = new google.maps.Map(document.getElementById('tustin-CA-hanover-mc'), mapOptions);}document.getElementById('a8425ad2').innerHTML += ' | View Map';var $la15f5011b0695d6af5dec84bfdd79567 = '

Hanover MC

Address: 2522 Chambers Rd, Tustin, CA 92780, USA
Phone: (714) 838-1474
';var m_a15f5011b0695d6af5dec84bfdd79567 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Hanover MC',});m_a15f5011b0695d6af5dec84bfdd79567['infowindow'] = new google.maps.InfoWindow({content: $la15f5011b0695d6af5dec84bfdd79567});var infowindow = new google.maps.InfoWindow({content: $la15f5011b0695d6af5dec84bfdd79567});google.maps.event.addListener(m_a15f5011b0695d6af5dec84bfdd79567, 'click', function() {infowindow.open(map,m_a15f5011b0695d6af5dec84bfdd79567);});$marker.push(m_a15f5011b0695d6af5dec84bfdd79567);}});}google.maps.event.addDomListener(window, 'load', initialize);