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.8109,-97.8649)};var g_7d1f29d3803fcc7c94974a1bbdbb3792 = new google.maps.Geocoder();g_7d1f29d3803fcc7c94974a1bbdbb3792.geocode( { 'address': "1800 Shady Grove Rd, Weatherford, TX 76088, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('weatherford-TX-huntington').style.display = '';map = new google.maps.Map(document.getElementById('weatherford-TX-huntington'), mapOptions);}document.getElementById('cd3cb6ad').innerHTML += ' | View Map';var $l7d1f29d3803fcc7c94974a1bbdbb3792 = '

Huntington

Address: 1800 Shady Grove Rd, Weatherford, TX 76088, USA
Phone: (817) 598-1700
';var m_7d1f29d3803fcc7c94974a1bbdbb3792 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Huntington',});m_7d1f29d3803fcc7c94974a1bbdbb3792['infowindow'] = new google.maps.InfoWindow({content: $l7d1f29d3803fcc7c94974a1bbdbb3792});var infowindow = new google.maps.InfoWindow({content: $l7d1f29d3803fcc7c94974a1bbdbb3792});google.maps.event.addListener(m_7d1f29d3803fcc7c94974a1bbdbb3792, 'click', function() {infowindow.open(map,m_7d1f29d3803fcc7c94974a1bbdbb3792);});$marker.push(m_7d1f29d3803fcc7c94974a1bbdbb3792);}});}google.maps.event.addDomListener(window, 'load', initialize);