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.6484,-97.3501)};var g_28b669292df719d5113ea589954f0880 = new google.maps.Geocoder();g_28b669292df719d5113ea589954f0880.geocode( { 'address': "2101 Altamesa Blvd, Fort Worth, TX 76134, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-worth-TX-valu--pawn').style.display = '';map = new google.maps.Map(document.getElementById('fort-worth-TX-valu--pawn'), mapOptions);}document.getElementById('11a10915').innerHTML += ' | View Map';var $l28b669292df719d5113ea589954f0880 = '

Valu + Pawn

Address: 2101 Altamesa Blvd, Fort Worth, TX 76134, USA
Phone: (817) 551-7296
';var m_28b669292df719d5113ea589954f0880 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Valu + Pawn',});m_28b669292df719d5113ea589954f0880['infowindow'] = new google.maps.InfoWindow({content: $l28b669292df719d5113ea589954f0880});var infowindow = new google.maps.InfoWindow({content: $l28b669292df719d5113ea589954f0880});google.maps.event.addListener(m_28b669292df719d5113ea589954f0880, 'click', function() {infowindow.open(map,m_28b669292df719d5113ea589954f0880);});$marker.push(m_28b669292df719d5113ea589954f0880);}});}google.maps.event.addDomListener(window, 'load', initialize);