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.3315,-96.1485)};var g_57a6e87fe18f3292a1193bd99e601d5c = new google.maps.Geocoder();g_57a6e87fe18f3292a1193bd99e601d5c.geocode( { 'address': "2106 W Main St, Gun Barrel City, TX 75156, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gun-barrel-city-TX-pawn-express').style.display = '';map = new google.maps.Map(document.getElementById('gun-barrel-city-TX-pawn-express'), mapOptions);}document.getElementById('bbbe5479').innerHTML += ' | View Map';var $l57a6e87fe18f3292a1193bd99e601d5c = '

Pawn Express

Address: 2106 W Main St, Gun Barrel City, TX 75156, USA
Phone: (903) 887-1206
';var m_57a6e87fe18f3292a1193bd99e601d5c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Pawn Express',});m_57a6e87fe18f3292a1193bd99e601d5c['infowindow'] = new google.maps.InfoWindow({content: $l57a6e87fe18f3292a1193bd99e601d5c});var infowindow = new google.maps.InfoWindow({content: $l57a6e87fe18f3292a1193bd99e601d5c});google.maps.event.addListener(m_57a6e87fe18f3292a1193bd99e601d5c, 'click', function() {infowindow.open(map,m_57a6e87fe18f3292a1193bd99e601d5c);});$marker.push(m_57a6e87fe18f3292a1193bd99e601d5c);}});}google.maps.event.addDomListener(window, 'load', initialize);