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.1357,-117.185)};var g_34a308f46cf79dd0527a53a1718f94ec = new google.maps.Geocoder();g_34a308f46cf79dd0527a53a1718f94ec.geocode( { 'address': "902 W San Marcos Blvd # A, San Marcos, CA 92078, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-marcos-CA-check-center').style.display = '';map = new google.maps.Map(document.getElementById('san-marcos-CA-check-center'), mapOptions);}document.getElementById('b3c1b570').innerHTML += ' | View Map';var $l34a308f46cf79dd0527a53a1718f94ec = '

Check Center

Address: 902 W San Marcos Blvd # A, San Marcos, CA 92078, USA
Phone: (760) 744-9323
';var m_34a308f46cf79dd0527a53a1718f94ec = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check Center',});m_34a308f46cf79dd0527a53a1718f94ec['infowindow'] = new google.maps.InfoWindow({content: $l34a308f46cf79dd0527a53a1718f94ec});var infowindow = new google.maps.InfoWindow({content: $l34a308f46cf79dd0527a53a1718f94ec});google.maps.event.addListener(m_34a308f46cf79dd0527a53a1718f94ec, 'click', function() {infowindow.open(map,m_34a308f46cf79dd0527a53a1718f94ec);});$marker.push(m_34a308f46cf79dd0527a53a1718f94ec);}});}google.maps.event.addDomListener(window, 'load', initialize);