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.1926,-102.274)};var g_f302def2692e12f18b23f57a653b961c = new google.maps.Geocoder();g_f302def2692e12f18b23f57a653b961c.geocode( { 'address': "1402 Lubbock Rd d, Brownfield, TX 79316, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('brownfield-TX-world-finance-corporation').style.display = '';map = new google.maps.Map(document.getElementById('brownfield-TX-world-finance-corporation'), mapOptions);}document.getElementById('5ee41466').innerHTML += ' | View Map';var $lf302def2692e12f18b23f57a653b961c = '

World Finance Corporation

Address: 1402 Lubbock Rd d, Brownfield, TX 79316, USA
Phone: (806) 637-2202
';var m_f302def2692e12f18b23f57a653b961c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'World Finance Corporation',});m_f302def2692e12f18b23f57a653b961c['infowindow'] = new google.maps.InfoWindow({content: $lf302def2692e12f18b23f57a653b961c});var infowindow = new google.maps.InfoWindow({content: $lf302def2692e12f18b23f57a653b961c});google.maps.event.addListener(m_f302def2692e12f18b23f57a653b961c, 'click', function() {infowindow.open(map,m_f302def2692e12f18b23f57a653b961c);});$marker.push(m_f302def2692e12f18b23f57a653b961c);}});}google.maps.event.addDomListener(window, 'load', initialize);