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(31.9891,-102.082)};var g_5f631e824c4f7ce1c8143ddb91ffd74c = new google.maps.Geocoder();g_5f631e824c4f7ce1c8143ddb91ffd74c.geocode( { 'address': "3000 N Garfield St, Midland, TX 79705"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('midland-TX-pioneer-mortgage-co').style.display = '';map = new google.maps.Map(document.getElementById('midland-TX-pioneer-mortgage-co'), mapOptions);}document.getElementById('f1d0344a').innerHTML += ' | View Map';var $l5f631e824c4f7ce1c8143ddb91ffd74c = '

Pioneer Mortgage Co

Address: 3000 N Garfield St, Midland, TX 79705
Phone: (432) 570-0777
';var m_5f631e824c4f7ce1c8143ddb91ffd74c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Pioneer Mortgage Co',});m_5f631e824c4f7ce1c8143ddb91ffd74c['infowindow'] = new google.maps.InfoWindow({content: $l5f631e824c4f7ce1c8143ddb91ffd74c});var infowindow = new google.maps.InfoWindow({content: $l5f631e824c4f7ce1c8143ddb91ffd74c});google.maps.event.addListener(m_5f631e824c4f7ce1c8143ddb91ffd74c, 'click', function() {infowindow.open(map,m_5f631e824c4f7ce1c8143ddb91ffd74c);});$marker.push(m_5f631e824c4f7ce1c8143ddb91ffd74c);}});}google.maps.event.addDomListener(window, 'load', initialize);