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.8107,-98.1127)};var g_38e1a540f3edab802717a06244236800 = new google.maps.Geocoder();g_38e1a540f3edab802717a06244236800.geocode( { 'address': "220 N Oak Ave, Mineral Wells, TX 76067, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mineral-wells-TX-toledo-finance-corporation').style.display = '';map = new google.maps.Map(document.getElementById('mineral-wells-TX-toledo-finance-corporation'), mapOptions);}document.getElementById('d693b366').innerHTML += ' | View Map';var $l38e1a540f3edab802717a06244236800 = '

Toledo Finance Corporation

Address: 220 N Oak Ave, Mineral Wells, TX 76067, USA
Phone: (940) 325-2644
';var m_38e1a540f3edab802717a06244236800 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Toledo Finance Corporation',});m_38e1a540f3edab802717a06244236800['infowindow'] = new google.maps.InfoWindow({content: $l38e1a540f3edab802717a06244236800});var infowindow = new google.maps.InfoWindow({content: $l38e1a540f3edab802717a06244236800});google.maps.event.addListener(m_38e1a540f3edab802717a06244236800, 'click', function() {infowindow.open(map,m_38e1a540f3edab802717a06244236800);});$marker.push(m_38e1a540f3edab802717a06244236800);}});}google.maps.event.addDomListener(window, 'load', initialize);