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.759,-97.8102)};var g_796a20e8898986ded9c3c41229edf156 = new google.maps.Geocoder();g_796a20e8898986ded9c3c41229edf156.geocode( { 'address': "902 Palo Pinto St, Weatherford, TX 76086, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('weatherford-TX-texas-cash--pawn').style.display = '';map = new google.maps.Map(document.getElementById('weatherford-TX-texas-cash--pawn'), mapOptions);}document.getElementById('644e6525').innerHTML += ' | View Map';var $l796a20e8898986ded9c3c41229edf156 = '

Texas Cash & Pawn

Address: 902 Palo Pinto St, Weatherford, TX 76086, USA
Phone: (817) 594-5111
';var m_796a20e8898986ded9c3c41229edf156 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Texas Cash & Pawn',});m_796a20e8898986ded9c3c41229edf156['infowindow'] = new google.maps.InfoWindow({content: $l796a20e8898986ded9c3c41229edf156});var infowindow = new google.maps.InfoWindow({content: $l796a20e8898986ded9c3c41229edf156});google.maps.event.addListener(m_796a20e8898986ded9c3c41229edf156, 'click', function() {infowindow.open(map,m_796a20e8898986ded9c3c41229edf156);});$marker.push(m_796a20e8898986ded9c3c41229edf156);}});}google.maps.event.addDomListener(window, 'load', initialize);