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.6659,-120.976)};var g_5da0c7a63c66d7ef738df91615f3ef57 = new google.maps.Geocoder();g_5da0c7a63c66d7ef738df91615f3ef57.geocode( { 'address': "1501 Coffee Rd, Modesto, CA 95355, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('modesto-CA-brooks-pawn-and-jewelry-inc').style.display = '';map = new google.maps.Map(document.getElementById('modesto-CA-brooks-pawn-and-jewelry-inc'), mapOptions);}document.getElementById('6495e16d').innerHTML += ' | View Map';var $l5da0c7a63c66d7ef738df91615f3ef57 = '

Brooks Pawn and Jewelry Inc

Address: 1501 Coffee Rd, Modesto, CA 95355, USA
Phone: (209) 575-0786
';var m_5da0c7a63c66d7ef738df91615f3ef57 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Brooks Pawn and Jewelry Inc',});m_5da0c7a63c66d7ef738df91615f3ef57['infowindow'] = new google.maps.InfoWindow({content: $l5da0c7a63c66d7ef738df91615f3ef57});var infowindow = new google.maps.InfoWindow({content: $l5da0c7a63c66d7ef738df91615f3ef57});google.maps.event.addListener(m_5da0c7a63c66d7ef738df91615f3ef57, 'click', function() {infowindow.open(map,m_5da0c7a63c66d7ef738df91615f3ef57);});$marker.push(m_5da0c7a63c66d7ef738df91615f3ef57);}});}google.maps.event.addDomListener(window, 'load', initialize);