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(34.0593,-117.18)};var g_80dfe313a090b6afb425aad1bd65a902 = new google.maps.Geocoder();g_80dfe313a090b6afb425aad1bd65a902.geocode( { 'address': "410 N 6th St, Redlands, CA 92374, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('redlands-CA-redlands-pawn--jewelry').style.display = '';map = new google.maps.Map(document.getElementById('redlands-CA-redlands-pawn--jewelry'), mapOptions);}document.getElementById('7520969e').innerHTML += ' | View Map';var $l80dfe313a090b6afb425aad1bd65a902 = '

Redlands Pawn & Jewelry

Address: 410 N 6th St, Redlands, CA 92374, USA
Phone: (909) 335-2265
';var m_80dfe313a090b6afb425aad1bd65a902 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Redlands Pawn & Jewelry',});m_80dfe313a090b6afb425aad1bd65a902['infowindow'] = new google.maps.InfoWindow({content: $l80dfe313a090b6afb425aad1bd65a902});var infowindow = new google.maps.InfoWindow({content: $l80dfe313a090b6afb425aad1bd65a902});google.maps.event.addListener(m_80dfe313a090b6afb425aad1bd65a902, 'click', function() {infowindow.open(map,m_80dfe313a090b6afb425aad1bd65a902);});$marker.push(m_80dfe313a090b6afb425aad1bd65a902);}});}google.maps.event.addDomListener(window, 'load', initialize);