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.5246,-94.7855)};var g_1ce1959c06025096b040d6a29369bbcf = new google.maps.Geocoder();g_1ce1959c06025096b040d6a29369bbcf.geocode( { 'address': "1809 W Loop 281, Longview, TX 75604, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('longview-TX-dolex-dollar-express').style.display = '';map = new google.maps.Map(document.getElementById('longview-TX-dolex-dollar-express'), mapOptions);}document.getElementById('cd680248').innerHTML += ' | View Map';var $l1ce1959c06025096b040d6a29369bbcf = '

Dolex Dollar Express

Address: 1809 W Loop 281, Longview, TX 75604, USA
Phone: (903) 295-1292
';var m_1ce1959c06025096b040d6a29369bbcf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Dolex Dollar Express',});m_1ce1959c06025096b040d6a29369bbcf['infowindow'] = new google.maps.InfoWindow({content: $l1ce1959c06025096b040d6a29369bbcf});var infowindow = new google.maps.InfoWindow({content: $l1ce1959c06025096b040d6a29369bbcf});google.maps.event.addListener(m_1ce1959c06025096b040d6a29369bbcf, 'click', function() {infowindow.open(map,m_1ce1959c06025096b040d6a29369bbcf);});$marker.push(m_1ce1959c06025096b040d6a29369bbcf);}});}google.maps.event.addDomListener(window, 'load', initialize);