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.4929,-122.233)};var g_b3482fa2cd8ff1be16d33b6446129b2b = new google.maps.Geocoder();g_b3482fa2cd8ff1be16d33b6446129b2b.geocode( { 'address': "590 Veterans Blvd, Redwood City, CA 94063, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('redwood-city-CA-pawn-shop').style.display = '';map = new google.maps.Map(document.getElementById('redwood-city-CA-pawn-shop'), mapOptions);}document.getElementById('5de316fc').innerHTML += ' | View Map';var $lb3482fa2cd8ff1be16d33b6446129b2b = '

Pawn Shop

Address: 590 Veterans Blvd, Redwood City, CA 94063, USA
Phone: (650) 368-6855
';var m_b3482fa2cd8ff1be16d33b6446129b2b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Pawn Shop',});m_b3482fa2cd8ff1be16d33b6446129b2b['infowindow'] = new google.maps.InfoWindow({content: $lb3482fa2cd8ff1be16d33b6446129b2b});var infowindow = new google.maps.InfoWindow({content: $lb3482fa2cd8ff1be16d33b6446129b2b});google.maps.event.addListener(m_b3482fa2cd8ff1be16d33b6446129b2b, 'click', function() {infowindow.open(map,m_b3482fa2cd8ff1be16d33b6446129b2b);});$marker.push(m_b3482fa2cd8ff1be16d33b6446129b2b);}});}google.maps.event.addDomListener(window, 'load', initialize);