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.5351,-100.963)};var g_50f0c93d6669d7b1549b0ae9a56ca17b = new google.maps.Geocoder();g_50f0c93d6669d7b1549b0ae9a56ca17b.geocode( { 'address': "302 W Foster Ave, Pampa, TX 79065, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pampa-TX-midwest-finance-corporation').style.display = '';map = new google.maps.Map(document.getElementById('pampa-TX-midwest-finance-corporation'), mapOptions);}document.getElementById('c1290642').innerHTML += ' | View Map';var $l50f0c93d6669d7b1549b0ae9a56ca17b = '

Midwest Finance Corporation

Address: 302 W Foster Ave, Pampa, TX 79065, USA
Phone: (806) 688-0090
';var m_50f0c93d6669d7b1549b0ae9a56ca17b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Midwest Finance Corporation',});m_50f0c93d6669d7b1549b0ae9a56ca17b['infowindow'] = new google.maps.InfoWindow({content: $l50f0c93d6669d7b1549b0ae9a56ca17b});var infowindow = new google.maps.InfoWindow({content: $l50f0c93d6669d7b1549b0ae9a56ca17b});google.maps.event.addListener(m_50f0c93d6669d7b1549b0ae9a56ca17b, 'click', function() {infowindow.open(map,m_50f0c93d6669d7b1549b0ae9a56ca17b);});$marker.push(m_50f0c93d6669d7b1549b0ae9a56ca17b);}});}google.maps.event.addDomListener(window, 'load', initialize);