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.547,-101.87)};var g_9af52fccefb9ea7f7f23f785af363698 = new google.maps.Geocoder();g_9af52fccefb9ea7f7f23f785af363698.geocode( { 'address': "5015 University Ad, Lubbock, TX 79413, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lubbock-TX-midwest-finance-corporation').style.display = '';map = new google.maps.Map(document.getElementById('lubbock-TX-midwest-finance-corporation'), mapOptions);}document.getElementById('6359f266').innerHTML += ' | View Map';var $l9af52fccefb9ea7f7f23f785af363698 = '

Midwest Finance Corporation

Address: 5015 University Ad, Lubbock, TX 79413, USA
Phone: (806) 788-0880
';var m_9af52fccefb9ea7f7f23f785af363698 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Midwest Finance Corporation',});m_9af52fccefb9ea7f7f23f785af363698['infowindow'] = new google.maps.InfoWindow({content: $l9af52fccefb9ea7f7f23f785af363698});var infowindow = new google.maps.InfoWindow({content: $l9af52fccefb9ea7f7f23f785af363698});google.maps.event.addListener(m_9af52fccefb9ea7f7f23f785af363698, 'click', function() {infowindow.open(map,m_9af52fccefb9ea7f7f23f785af363698);});$marker.push(m_9af52fccefb9ea7f7f23f785af363698);}});}google.maps.event.addDomListener(window, 'load', initialize);