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.8633,-102.397)};var g_30f56d22e8afe413d9b7766f18b73ec4 = new google.maps.Geocoder();g_30f56d22e8afe413d9b7766f18b73ec4.geocode( { 'address': "1345 W University Blvd, Odessa, TX 79764, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('odessa-TX-ez-money').style.display = '';map = new google.maps.Map(document.getElementById('odessa-TX-ez-money'), mapOptions);}document.getElementById('0e242cb3').innerHTML += ' | View Map';var $l30f56d22e8afe413d9b7766f18b73ec4 = '

EZ Money

Address: 1345 W University Blvd, Odessa, TX 79764, USA
Phone: (432) 337-3315
';var m_30f56d22e8afe413d9b7766f18b73ec4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'EZ Money',});m_30f56d22e8afe413d9b7766f18b73ec4['infowindow'] = new google.maps.InfoWindow({content: $l30f56d22e8afe413d9b7766f18b73ec4});var infowindow = new google.maps.InfoWindow({content: $l30f56d22e8afe413d9b7766f18b73ec4});google.maps.event.addListener(m_30f56d22e8afe413d9b7766f18b73ec4, 'click', function() {infowindow.open(map,m_30f56d22e8afe413d9b7766f18b73ec4);});$marker.push(m_30f56d22e8afe413d9b7766f18b73ec4);}});}google.maps.event.addDomListener(window, 'load', initialize);