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.3857,-94.8754)};var g_11552053056a3e821ab989380e6c1901 = new google.maps.Geocoder();g_11552053056a3e821ab989380e6c1901.geocode( { 'address': "218 E Main St, Kilgore, TX 75662, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kilgore-TX-world-finance-corporation').style.display = '';map = new google.maps.Map(document.getElementById('kilgore-TX-world-finance-corporation'), mapOptions);}document.getElementById('60139c0e').innerHTML += ' | View Map';var $l11552053056a3e821ab989380e6c1901 = '

World Finance Corporation

Address: 218 E Main St, Kilgore, TX 75662, USA
Phone: (903) 983-7734
';var m_11552053056a3e821ab989380e6c1901 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'World Finance Corporation',});m_11552053056a3e821ab989380e6c1901['infowindow'] = new google.maps.InfoWindow({content: $l11552053056a3e821ab989380e6c1901});var infowindow = new google.maps.InfoWindow({content: $l11552053056a3e821ab989380e6c1901});google.maps.event.addListener(m_11552053056a3e821ab989380e6c1901, 'click', function() {infowindow.open(map,m_11552053056a3e821ab989380e6c1901);});$marker.push(m_11552053056a3e821ab989380e6c1901);}});}google.maps.event.addDomListener(window, 'load', initialize);