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(37.6143,-122.405)};var g_c09b1eadea0efc7914f73ac698494b5e = new google.maps.Geocoder();g_c09b1eadea0efc7914f73ac698494b5e.geocode( { 'address': "1710 El Camino Real # A, San Bruno, CA 94066, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-bruno-CA-c-k-check-cashing-corporation').style.display = '';map = new google.maps.Map(document.getElementById('san-bruno-CA-c-k-check-cashing-corporation'), mapOptions);}document.getElementById('1bcd9bdd').innerHTML += ' | View Map';var $lc09b1eadea0efc7914f73ac698494b5e = '

C K Check Cashing Corporation

Address: 1710 El Camino Real # A, San Bruno, CA 94066, USA
Phone: (650) 589-1700
';var m_c09b1eadea0efc7914f73ac698494b5e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'C K Check Cashing Corporation',});m_c09b1eadea0efc7914f73ac698494b5e['infowindow'] = new google.maps.InfoWindow({content: $lc09b1eadea0efc7914f73ac698494b5e});var infowindow = new google.maps.InfoWindow({content: $lc09b1eadea0efc7914f73ac698494b5e});google.maps.event.addListener(m_c09b1eadea0efc7914f73ac698494b5e, 'click', function() {infowindow.open(map,m_c09b1eadea0efc7914f73ac698494b5e);});$marker.push(m_c09b1eadea0efc7914f73ac698494b5e);}});}google.maps.event.addDomListener(window, 'load', initialize);