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(32.0107,-102.079)};var g_d0dde222e608c66b65d44776bd8b4092 = new google.maps.Geocoder();g_d0dde222e608c66b65d44776bd8b4092.geocode( { 'address': "1309 N Big Spring St, Midland, TX 79701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('midland-TX-credit-firm-inc').style.display = '';map = new google.maps.Map(document.getElementById('midland-TX-credit-firm-inc'), mapOptions);}document.getElementById('9e84f6e0').innerHTML += ' | View Map';var $ld0dde222e608c66b65d44776bd8b4092 = '

Credit Firm Inc

Address: 1309 N Big Spring St, Midland, TX 79701, USA
Phone: (432) 599-4880
';var m_d0dde222e608c66b65d44776bd8b4092 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Credit Firm Inc',});m_d0dde222e608c66b65d44776bd8b4092['infowindow'] = new google.maps.InfoWindow({content: $ld0dde222e608c66b65d44776bd8b4092});var infowindow = new google.maps.InfoWindow({content: $ld0dde222e608c66b65d44776bd8b4092});google.maps.event.addListener(m_d0dde222e608c66b65d44776bd8b4092, 'click', function() {infowindow.open(map,m_d0dde222e608c66b65d44776bd8b4092);});$marker.push(m_d0dde222e608c66b65d44776bd8b4092);}});}google.maps.event.addDomListener(window, 'load', initialize);