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(33.6585,-95.5415)};var g_e82415d9fa49657f4d2f8db1c3045ff6 = new google.maps.Geocoder();g_e82415d9fa49657f4d2f8db1c3045ff6.geocode( { 'address': "1321 Clarksville St, Paris, TX 75460, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('paris-TX-toledo-finance-corporation').style.display = '';map = new google.maps.Map(document.getElementById('paris-TX-toledo-finance-corporation'), mapOptions);}document.getElementById('50a1f17d').innerHTML += ' | View Map';var $le82415d9fa49657f4d2f8db1c3045ff6 = '

Toledo Finance Corporation

Address: 1321 Clarksville St, Paris, TX 75460, USA
Phone: (903) 737-8890
';var m_e82415d9fa49657f4d2f8db1c3045ff6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Toledo Finance Corporation',});m_e82415d9fa49657f4d2f8db1c3045ff6['infowindow'] = new google.maps.InfoWindow({content: $le82415d9fa49657f4d2f8db1c3045ff6});var infowindow = new google.maps.InfoWindow({content: $le82415d9fa49657f4d2f8db1c3045ff6});google.maps.event.addListener(m_e82415d9fa49657f4d2f8db1c3045ff6, 'click', function() {infowindow.open(map,m_e82415d9fa49657f4d2f8db1c3045ff6);});$marker.push(m_e82415d9fa49657f4d2f8db1c3045ff6);}});}google.maps.event.addDomListener(window, 'load', initialize);