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.112,-121.643)};var g_17ac388fe1a3512a71e8f0b23d56ba87 = new google.maps.Geocoder();g_17ac388fe1a3512a71e8f0b23d56ba87.geocode( { 'address': "307 Vineyard Town Center, Morgan Hill, CA 95037, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('morgan-hill-CA-check-into-cash').style.display = '';map = new google.maps.Map(document.getElementById('morgan-hill-CA-check-into-cash'), mapOptions);}document.getElementById('a0c214ca').innerHTML += ' | View Map';var $l17ac388fe1a3512a71e8f0b23d56ba87 = '

Check Into Cash

Address: 307 Vineyard Town Center, Morgan Hill, CA 95037, USA
Phone: (408) 776-3404
';var m_17ac388fe1a3512a71e8f0b23d56ba87 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check Into Cash',});m_17ac388fe1a3512a71e8f0b23d56ba87['infowindow'] = new google.maps.InfoWindow({content: $l17ac388fe1a3512a71e8f0b23d56ba87});var infowindow = new google.maps.InfoWindow({content: $l17ac388fe1a3512a71e8f0b23d56ba87});google.maps.event.addListener(m_17ac388fe1a3512a71e8f0b23d56ba87, 'click', function() {infowindow.open(map,m_17ac388fe1a3512a71e8f0b23d56ba87);});$marker.push(m_17ac388fe1a3512a71e8f0b23d56ba87);}});}google.maps.event.addDomListener(window, 'load', initialize);