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.4739,-122.217)};var g_87aa935d360c0730a7680884eb597f0c = new google.maps.Geocoder();g_87aa935d360c0730a7680884eb597f0c.geocode( { 'address': "2537B El Camino Real, Redwood City, CA 94061, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('redwood-city-CA-check-into-cash').style.display = '';map = new google.maps.Map(document.getElementById('redwood-city-CA-check-into-cash'), mapOptions);}document.getElementById('165a0ed9').innerHTML += ' | View Map';var $l87aa935d360c0730a7680884eb597f0c = '

Check Into Cash

Address: 2537B El Camino Real, Redwood City, CA 94061, USA
Phone: (650) 261-1753
';var m_87aa935d360c0730a7680884eb597f0c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check Into Cash',});m_87aa935d360c0730a7680884eb597f0c['infowindow'] = new google.maps.InfoWindow({content: $l87aa935d360c0730a7680884eb597f0c});var infowindow = new google.maps.InfoWindow({content: $l87aa935d360c0730a7680884eb597f0c});google.maps.event.addListener(m_87aa935d360c0730a7680884eb597f0c, 'click', function() {infowindow.open(map,m_87aa935d360c0730a7680884eb597f0c);});$marker.push(m_87aa935d360c0730a7680884eb597f0c);}});}google.maps.event.addDomListener(window, 'load', initialize);