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.3267,-121.82)};var g_d22749db9144c2b9004fa3701e6ef626 = new google.maps.Geocoder();g_d22749db9144c2b9004fa3701e6ef626.geocode( { 'address': "2135 Tully Rd b, San Jose, CA 95122, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-jose-CA-lucky-money').style.display = '';map = new google.maps.Map(document.getElementById('san-jose-CA-lucky-money'), mapOptions);}document.getElementById('fb2a32cb').innerHTML += ' | View Map';var $ld22749db9144c2b9004fa3701e6ef626 = '

Lucky Money

Address: 2135 Tully Rd b, San Jose, CA 95122, USA
Phone: (408) 258-5402
';var m_d22749db9144c2b9004fa3701e6ef626 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lucky Money',});m_d22749db9144c2b9004fa3701e6ef626['infowindow'] = new google.maps.InfoWindow({content: $ld22749db9144c2b9004fa3701e6ef626});var infowindow = new google.maps.InfoWindow({content: $ld22749db9144c2b9004fa3701e6ef626});google.maps.event.addListener(m_d22749db9144c2b9004fa3701e6ef626, 'click', function() {infowindow.open(map,m_d22749db9144c2b9004fa3701e6ef626);});$marker.push(m_d22749db9144c2b9004fa3701e6ef626);}});}google.maps.event.addDomListener(window, 'load', initialize);