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.6616,-95.538)};var g_f25f9cde8fd9b4c2e25c79efcf188f22 = new google.maps.Geocoder();g_f25f9cde8fd9b4c2e25c79efcf188f22.geocode( { 'address': "1747 Lamar Ave # A, Paris, TX 75460, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('paris-TX-world-finance').style.display = '';map = new google.maps.Map(document.getElementById('paris-TX-world-finance'), mapOptions);}document.getElementById('66f373f7').innerHTML += ' | View Map';var $lf25f9cde8fd9b4c2e25c79efcf188f22 = '

World Finance

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