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(30.762,-94.4154)};var g_f3b8f95c7aa0ea5d16bd96b22c739e97 = new google.maps.Geocoder();g_f3b8f95c7aa0ea5d16bd96b22c739e97.geocode( { 'address': "1121 S Magnolia St, Woodville, TX 75979, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('woodville-TX-world-finance-corporation').style.display = '';map = new google.maps.Map(document.getElementById('woodville-TX-world-finance-corporation'), mapOptions);}document.getElementById('6d8eb0e7').innerHTML += ' | View Map';var $lf3b8f95c7aa0ea5d16bd96b22c739e97 = '

World Finance Corporation

Address: 1121 S Magnolia St, Woodville, TX 75979, USA
Phone: (409) 331-9366
';var m_f3b8f95c7aa0ea5d16bd96b22c739e97 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'World Finance Corporation',});m_f3b8f95c7aa0ea5d16bd96b22c739e97['infowindow'] = new google.maps.InfoWindow({content: $lf3b8f95c7aa0ea5d16bd96b22c739e97});var infowindow = new google.maps.InfoWindow({content: $lf3b8f95c7aa0ea5d16bd96b22c739e97});google.maps.event.addListener(m_f3b8f95c7aa0ea5d16bd96b22c739e97, 'click', function() {infowindow.open(map,m_f3b8f95c7aa0ea5d16bd96b22c739e97);});$marker.push(m_f3b8f95c7aa0ea5d16bd96b22c739e97);}});}google.maps.event.addDomListener(window, 'load', initialize);