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(32.7378,-96.8906)};var g_0a2f057963744e807fd6cc070fb617df = new google.maps.Geocoder();g_0a2f057963744e807fd6cc070fb617df.geocode( { 'address': "4307 W Jefferson Blvd, Dallas, TX 75211, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dallas-TX-regent-pawn--jewelry-co').style.display = '';map = new google.maps.Map(document.getElementById('dallas-TX-regent-pawn--jewelry-co'), mapOptions);}document.getElementById('94116c69').innerHTML += ' | View Map';var $l0a2f057963744e807fd6cc070fb617df = '

Regent Pawn & Jewelry Co.

Address: 4307 W Jefferson Blvd, Dallas, TX 75211, USA
Phone: (214) 339-5433
';var m_0a2f057963744e807fd6cc070fb617df = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Regent Pawn & Jewelry Co.',});m_0a2f057963744e807fd6cc070fb617df['infowindow'] = new google.maps.InfoWindow({content: $l0a2f057963744e807fd6cc070fb617df});var infowindow = new google.maps.InfoWindow({content: $l0a2f057963744e807fd6cc070fb617df});google.maps.event.addListener(m_0a2f057963744e807fd6cc070fb617df, 'click', function() {infowindow.open(map,m_0a2f057963744e807fd6cc070fb617df);});$marker.push(m_0a2f057963744e807fd6cc070fb617df);}});}google.maps.event.addDomListener(window, 'load', initialize);