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.872,-102.381)};var g_3482538a6ad85855f16e8fae3ea1c9ff = new google.maps.Geocoder();g_3482538a6ad85855f16e8fae3ea1c9ff.geocode( { 'address': "108 E 31st St A, Odessa, TX 79762, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('odessa-TX-west-texas-finance').style.display = '';map = new google.maps.Map(document.getElementById('odessa-TX-west-texas-finance'), mapOptions);}document.getElementById('09e181de').innerHTML += ' | View Map';var $l3482538a6ad85855f16e8fae3ea1c9ff = '

West Texas Finance

Address: 108 E 31st St A, Odessa, TX 79762, USA
Phone: (432) 362-0778
';var m_3482538a6ad85855f16e8fae3ea1c9ff = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'West Texas Finance',});m_3482538a6ad85855f16e8fae3ea1c9ff['infowindow'] = new google.maps.InfoWindow({content: $l3482538a6ad85855f16e8fae3ea1c9ff});var infowindow = new google.maps.InfoWindow({content: $l3482538a6ad85855f16e8fae3ea1c9ff});google.maps.event.addListener(m_3482538a6ad85855f16e8fae3ea1c9ff, 'click', function() {infowindow.open(map,m_3482538a6ad85855f16e8fae3ea1c9ff);});$marker.push(m_3482538a6ad85855f16e8fae3ea1c9ff);}});}google.maps.event.addDomListener(window, 'load', initialize);