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.6614,-95.5135)};var g_345b3a13ffbbfad1f68e7b5701d1213b = new google.maps.Geocoder();g_345b3a13ffbbfad1f68e7b5701d1213b.geocode( { 'address': "3365 Lamar Ave, Paris, TX 75460, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('paris-TX-world-finance-corporation').style.display = '';map = new google.maps.Map(document.getElementById('paris-TX-world-finance-corporation'), mapOptions);}document.getElementById('0ada18a8').innerHTML += ' | View Map';var $l345b3a13ffbbfad1f68e7b5701d1213b = '

World Finance Corporation

Address: 3365 Lamar Ave, Paris, TX 75460, USA
Phone: (903) 785-9751
';var m_345b3a13ffbbfad1f68e7b5701d1213b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'World Finance Corporation',});m_345b3a13ffbbfad1f68e7b5701d1213b['infowindow'] = new google.maps.InfoWindow({content: $l345b3a13ffbbfad1f68e7b5701d1213b});var infowindow = new google.maps.InfoWindow({content: $l345b3a13ffbbfad1f68e7b5701d1213b});google.maps.event.addListener(m_345b3a13ffbbfad1f68e7b5701d1213b, 'click', function() {infowindow.open(map,m_345b3a13ffbbfad1f68e7b5701d1213b);});$marker.push(m_345b3a13ffbbfad1f68e7b5701d1213b);}});}google.maps.event.addDomListener(window, 'load', initialize);