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.4361,-121.886)};var g_c1b8bf9e071c0dabb899e7a27f353762 = new google.maps.Geocoder();g_c1b8bf9e071c0dabb899e7a27f353762.geocode( { 'address': "1217 E Calaveras Blvd, Milpitas, CA 95035, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('milpitas-CA-check-into-cash').style.display = '';map = new google.maps.Map(document.getElementById('milpitas-CA-check-into-cash'), mapOptions);}document.getElementById('7712b3ad').innerHTML += ' | View Map';var $lc1b8bf9e071c0dabb899e7a27f353762 = '

Check Into Cash

Address: 1217 E Calaveras Blvd, Milpitas, CA 95035, USA
Phone: (408) 719-8145
';var m_c1b8bf9e071c0dabb899e7a27f353762 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check Into Cash',});m_c1b8bf9e071c0dabb899e7a27f353762['infowindow'] = new google.maps.InfoWindow({content: $lc1b8bf9e071c0dabb899e7a27f353762});var infowindow = new google.maps.InfoWindow({content: $lc1b8bf9e071c0dabb899e7a27f353762});google.maps.event.addListener(m_c1b8bf9e071c0dabb899e7a27f353762, 'click', function() {infowindow.open(map,m_c1b8bf9e071c0dabb899e7a27f353762);});$marker.push(m_c1b8bf9e071c0dabb899e7a27f353762);}});}google.maps.event.addDomListener(window, 'load', initialize);