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(35.8597,-101.973)};var g_8cc8075d6d8ad3c5134e1818aa3bfb4f = new google.maps.Geocoder();g_8cc8075d6d8ad3c5134e1818aa3bfb4f.geocode( { 'address': "601 S Dumas Ave, Dumas, TX 79029, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dumas-TX-world-finance-corporation').style.display = '';map = new google.maps.Map(document.getElementById('dumas-TX-world-finance-corporation'), mapOptions);}document.getElementById('802435f0').innerHTML += ' | View Map';var $l8cc8075d6d8ad3c5134e1818aa3bfb4f = '

World Finance Corporation

Address: 601 S Dumas Ave, Dumas, TX 79029, USA
Phone: (806) 934-2646
';var m_8cc8075d6d8ad3c5134e1818aa3bfb4f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'World Finance Corporation',});m_8cc8075d6d8ad3c5134e1818aa3bfb4f['infowindow'] = new google.maps.InfoWindow({content: $l8cc8075d6d8ad3c5134e1818aa3bfb4f});var infowindow = new google.maps.InfoWindow({content: $l8cc8075d6d8ad3c5134e1818aa3bfb4f});google.maps.event.addListener(m_8cc8075d6d8ad3c5134e1818aa3bfb4f, 'click', function() {infowindow.open(map,m_8cc8075d6d8ad3c5134e1818aa3bfb4f);});$marker.push(m_8cc8075d6d8ad3c5134e1818aa3bfb4f);}});}google.maps.event.addDomListener(window, 'load', initialize);