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.1948,-117.38)};var g_5061941adf7f857b18bc06cf83b865c7 = new google.maps.Geocoder();g_5061941adf7f857b18bc06cf83b865c7.geocode( { 'address': "101 S Coast Hwy, Oceanside, CA 92054"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oceanside-CA-checkmate').style.display = '';map = new google.maps.Map(document.getElementById('oceanside-CA-checkmate'), mapOptions);}document.getElementById('c0757f6d').innerHTML += ' | View Map';var $l5061941adf7f857b18bc06cf83b865c7 = '

Checkmate

Address: 101 S Coast Hwy, Oceanside, CA 92054
Phone: (760) 433-4014
';var m_5061941adf7f857b18bc06cf83b865c7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Checkmate',});m_5061941adf7f857b18bc06cf83b865c7['infowindow'] = new google.maps.InfoWindow({content: $l5061941adf7f857b18bc06cf83b865c7});var infowindow = new google.maps.InfoWindow({content: $l5061941adf7f857b18bc06cf83b865c7});google.maps.event.addListener(m_5061941adf7f857b18bc06cf83b865c7, 'click', function() {infowindow.open(map,m_5061941adf7f857b18bc06cf83b865c7);});$marker.push(m_5061941adf7f857b18bc06cf83b865c7);}});}google.maps.event.addDomListener(window, 'load', initialize);