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(32.8072,-116.944)};var g_e33259380cc033dd90b6eca982f91013 = new google.maps.Geocoder();g_e33259380cc033dd90b6eca982f91013.geocode( { 'address': "1103 Broadway, El Cajon, CA 92021, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('el-cajon-CA-checkmate').style.display = '';map = new google.maps.Map(document.getElementById('el-cajon-CA-checkmate'), mapOptions);}document.getElementById('49a43980').innerHTML += ' | View Map';var $le33259380cc033dd90b6eca982f91013 = '

Checkmate

Address: 1103 Broadway, El Cajon, CA 92021, USA
Phone: (619) 401-1667
';var m_e33259380cc033dd90b6eca982f91013 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Checkmate',});m_e33259380cc033dd90b6eca982f91013['infowindow'] = new google.maps.InfoWindow({content: $le33259380cc033dd90b6eca982f91013});var infowindow = new google.maps.InfoWindow({content: $le33259380cc033dd90b6eca982f91013});google.maps.event.addListener(m_e33259380cc033dd90b6eca982f91013, 'click', function() {infowindow.open(map,m_e33259380cc033dd90b6eca982f91013);});$marker.push(m_e33259380cc033dd90b6eca982f91013);}});}google.maps.event.addDomListener(window, 'load', initialize);