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.7415,-97.7972)};var g_1aea58a66200261ca62fbde2475ad56c = new google.maps.Geocoder();g_1aea58a66200261ca62fbde2475ad56c.geocode( { 'address': "1415 S Main St, Weatherford, TX 76086, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('weatherford-TX-gold-n-pawn').style.display = '';map = new google.maps.Map(document.getElementById('weatherford-TX-gold-n-pawn'), mapOptions);}document.getElementById('34297e89').innerHTML += ' | View Map';var $l1aea58a66200261ca62fbde2475ad56c = '

Gold-N-Pawn

Address: 1415 S Main St, Weatherford, TX 76086, USA
Phone: (817) 599-7296
';var m_1aea58a66200261ca62fbde2475ad56c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Gold-N-Pawn',});m_1aea58a66200261ca62fbde2475ad56c['infowindow'] = new google.maps.InfoWindow({content: $l1aea58a66200261ca62fbde2475ad56c});var infowindow = new google.maps.InfoWindow({content: $l1aea58a66200261ca62fbde2475ad56c});google.maps.event.addListener(m_1aea58a66200261ca62fbde2475ad56c, 'click', function() {infowindow.open(map,m_1aea58a66200261ca62fbde2475ad56c);});$marker.push(m_1aea58a66200261ca62fbde2475ad56c);}});}google.maps.event.addDomListener(window, 'load', initialize);