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(29.682,-95.1524)};var g_019675dc4388481a22e3b26e52ab0049 = new google.maps.Geocoder();g_019675dc4388481a22e3b26e52ab0049.geocode( { 'address': "3940 Red Bluff Rd, Pasadena, TX 77503, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pasadena-TX-money-mart-pawn--jewelry').style.display = '';map = new google.maps.Map(document.getElementById('pasadena-TX-money-mart-pawn--jewelry'), mapOptions);}document.getElementById('faafb788').innerHTML += ' | View Map';var $l019675dc4388481a22e3b26e52ab0049 = '

Money Mart Pawn & Jewelry

Address: 3940 Red Bluff Rd, Pasadena, TX 77503, USA
Phone: (281) 724-5166
';var m_019675dc4388481a22e3b26e52ab0049 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Money Mart Pawn & Jewelry',});m_019675dc4388481a22e3b26e52ab0049['infowindow'] = new google.maps.InfoWindow({content: $l019675dc4388481a22e3b26e52ab0049});var infowindow = new google.maps.InfoWindow({content: $l019675dc4388481a22e3b26e52ab0049});google.maps.event.addListener(m_019675dc4388481a22e3b26e52ab0049, 'click', function() {infowindow.open(map,m_019675dc4388481a22e3b26e52ab0049);});$marker.push(m_019675dc4388481a22e3b26e52ab0049);}});}google.maps.event.addDomListener(window, 'load', initialize);