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.7469,-94.9402)};var g_fb6393f704111dac53f6c79de052bf5e = new google.maps.Geocoder();g_fb6393f704111dac53f6c79de052bf5e.geocode( { 'address': "1103 US Highway 271 North, Suite B, Gilmer, TX 75644, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gilmer-TX-world-finance-corporation').style.display = '';map = new google.maps.Map(document.getElementById('gilmer-TX-world-finance-corporation'), mapOptions);}document.getElementById('553f2e6c').innerHTML += ' | View Map';var $lfb6393f704111dac53f6c79de052bf5e = '

World Finance Corporation

Address: 1103 US Highway 271 North, Suite B, Gilmer, TX 75644, USA
Phone: (903) 843-5070
';var m_fb6393f704111dac53f6c79de052bf5e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'World Finance Corporation',});m_fb6393f704111dac53f6c79de052bf5e['infowindow'] = new google.maps.InfoWindow({content: $lfb6393f704111dac53f6c79de052bf5e});var infowindow = new google.maps.InfoWindow({content: $lfb6393f704111dac53f6c79de052bf5e});google.maps.event.addListener(m_fb6393f704111dac53f6c79de052bf5e, 'click', function() {infowindow.open(map,m_fb6393f704111dac53f6c79de052bf5e);});$marker.push(m_fb6393f704111dac53f6c79de052bf5e);}});}google.maps.event.addDomListener(window, 'load', initialize);