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.5863,-102.377)};var g_f0bc49a48370642aac2e13d6db960830 = new google.maps.Geocoder();g_f0bc49a48370642aac2e13d6db960830.geocode( { 'address': "802 Austin St, Levelland, TX 79336, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('levelland-TX-western-finance').style.display = '';map = new google.maps.Map(document.getElementById('levelland-TX-western-finance'), mapOptions);}document.getElementById('c5f13fb5').innerHTML += ' | View Map';var $lf0bc49a48370642aac2e13d6db960830 = '

Western Finance

Address: 802 Austin St, Levelland, TX 79336, USA
Phone: (806) 894-6257
';var m_f0bc49a48370642aac2e13d6db960830 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Western Finance',});m_f0bc49a48370642aac2e13d6db960830['infowindow'] = new google.maps.InfoWindow({content: $lf0bc49a48370642aac2e13d6db960830});var infowindow = new google.maps.InfoWindow({content: $lf0bc49a48370642aac2e13d6db960830});google.maps.event.addListener(m_f0bc49a48370642aac2e13d6db960830, 'click', function() {infowindow.open(map,m_f0bc49a48370642aac2e13d6db960830);});$marker.push(m_f0bc49a48370642aac2e13d6db960830);}});}google.maps.event.addDomListener(window, 'load', initialize);