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.7822)};var g_65df376cb19d1a208ea312d7f58c7579 = new google.maps.Geocoder();g_65df376cb19d1a208ea312d7f58c7579.geocode( { 'address': "1400 Santa Fe Dr, Weatherford, TX 76086, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('weatherford-TX-equity-plus').style.display = '';map = new google.maps.Map(document.getElementById('weatherford-TX-equity-plus'), mapOptions);}document.getElementById('058b66c2').innerHTML += ' | View Map';var $l65df376cb19d1a208ea312d7f58c7579 = '

Equity Plus

Address: 1400 Santa Fe Dr, Weatherford, TX 76086, USA
Phone: (800) 251-1315
';var m_65df376cb19d1a208ea312d7f58c7579 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Equity Plus',});m_65df376cb19d1a208ea312d7f58c7579['infowindow'] = new google.maps.InfoWindow({content: $l65df376cb19d1a208ea312d7f58c7579});var infowindow = new google.maps.InfoWindow({content: $l65df376cb19d1a208ea312d7f58c7579});google.maps.event.addListener(m_65df376cb19d1a208ea312d7f58c7579, 'click', function() {infowindow.open(map,m_65df376cb19d1a208ea312d7f58c7579);});$marker.push(m_65df376cb19d1a208ea312d7f58c7579);}});}google.maps.event.addDomListener(window, 'load', initialize);