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.7381,-95.4936)};var g_4559912e7a94a9c32b09d894f2bc3c82 = new google.maps.Geocoder();g_4559912e7a94a9c32b09d894f2bc3c82.geocode( { 'address': "6218 Westheimer Rd, Houston, TX 77057, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('houston-TX-wright-pawn--jewelry').style.display = '';map = new google.maps.Map(document.getElementById('houston-TX-wright-pawn--jewelry'), mapOptions);}document.getElementById('13d071ad').innerHTML += ' | View Map';var $l4559912e7a94a9c32b09d894f2bc3c82 = '

Wright Pawn & Jewelry

Address: 6218 Westheimer Rd, Houston, TX 77057, USA
Phone: (713) 780-2274
';var m_4559912e7a94a9c32b09d894f2bc3c82 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wright Pawn & Jewelry',});m_4559912e7a94a9c32b09d894f2bc3c82['infowindow'] = new google.maps.InfoWindow({content: $l4559912e7a94a9c32b09d894f2bc3c82});var infowindow = new google.maps.InfoWindow({content: $l4559912e7a94a9c32b09d894f2bc3c82});google.maps.event.addListener(m_4559912e7a94a9c32b09d894f2bc3c82, 'click', function() {infowindow.open(map,m_4559912e7a94a9c32b09d894f2bc3c82);});$marker.push(m_4559912e7a94a9c32b09d894f2bc3c82);}});}google.maps.event.addDomListener(window, 'load', initialize);