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.3961,-121.874)};var g_44521a5f9795760d326a5def51360908 = new google.maps.Geocoder();g_44521a5f9795760d326a5def51360908.geocode( { 'address': "1629 N Capitol Ave, San Jose, CA 95132, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-jose-CA-cash-plus').style.display = '';map = new google.maps.Map(document.getElementById('san-jose-CA-cash-plus'), mapOptions);}document.getElementById('2527d9f9').innerHTML += ' | View Map';var $l44521a5f9795760d326a5def51360908 = '

Cash Plus

Address: 1629 N Capitol Ave, San Jose, CA 95132, USA
Phone: (408) 618-0438
';var m_44521a5f9795760d326a5def51360908 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cash Plus',});m_44521a5f9795760d326a5def51360908['infowindow'] = new google.maps.InfoWindow({content: $l44521a5f9795760d326a5def51360908});var infowindow = new google.maps.InfoWindow({content: $l44521a5f9795760d326a5def51360908});google.maps.event.addListener(m_44521a5f9795760d326a5def51360908, 'click', function() {infowindow.open(map,m_44521a5f9795760d326a5def51360908);});$marker.push(m_44521a5f9795760d326a5def51360908);}});}google.maps.event.addDomListener(window, 'load', initialize);