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.5825,-102.367)};var g_f6a9f051fb2d34c5516d8ad1abb65325 = new google.maps.Geocoder();g_f6a9f051fb2d34c5516d8ad1abb65325.geocode( { 'address': "1009 South College Ave, Levelland, TX 79336, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('levelland-TX-world-finance-corporation').style.display = '';map = new google.maps.Map(document.getElementById('levelland-TX-world-finance-corporation'), mapOptions);}document.getElementById('8de53317').innerHTML += ' | View Map';var $lf6a9f051fb2d34c5516d8ad1abb65325 = '

World Finance Corporation

Address: 1009 South College Ave, Levelland, TX 79336, USA
Phone: (806) 897-1126
';var m_f6a9f051fb2d34c5516d8ad1abb65325 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'World Finance Corporation',});m_f6a9f051fb2d34c5516d8ad1abb65325['infowindow'] = new google.maps.InfoWindow({content: $lf6a9f051fb2d34c5516d8ad1abb65325});var infowindow = new google.maps.InfoWindow({content: $lf6a9f051fb2d34c5516d8ad1abb65325});google.maps.event.addListener(m_f6a9f051fb2d34c5516d8ad1abb65325, 'click', function() {infowindow.open(map,m_f6a9f051fb2d34c5516d8ad1abb65325);});$marker.push(m_f6a9f051fb2d34c5516d8ad1abb65325);}});}google.maps.event.addDomListener(window, 'load', initialize);