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.3309,-96.1297)};var g_f1479a5dd55fa3ee7c26d4bd15dc6588 = new google.maps.Geocoder();g_f1479a5dd55fa3ee7c26d4bd15dc6588.geocode( { 'address': "932 W Main St, Gun Barrel City, TX 75156, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gun-barrel-city-TX-check-cashing-express').style.display = '';map = new google.maps.Map(document.getElementById('gun-barrel-city-TX-check-cashing-express'), mapOptions);}document.getElementById('3f70a20e').innerHTML += ' | View Map';var $lf1479a5dd55fa3ee7c26d4bd15dc6588 = '

Check Cashing Express

Address: 932 W Main St, Gun Barrel City, TX 75156, USA
Phone: (903) 887-4303
';var m_f1479a5dd55fa3ee7c26d4bd15dc6588 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check Cashing Express',});m_f1479a5dd55fa3ee7c26d4bd15dc6588['infowindow'] = new google.maps.InfoWindow({content: $lf1479a5dd55fa3ee7c26d4bd15dc6588});var infowindow = new google.maps.InfoWindow({content: $lf1479a5dd55fa3ee7c26d4bd15dc6588});google.maps.event.addListener(m_f1479a5dd55fa3ee7c26d4bd15dc6588, 'click', function() {infowindow.open(map,m_f1479a5dd55fa3ee7c26d4bd15dc6588);});$marker.push(m_f1479a5dd55fa3ee7c26d4bd15dc6588);}});}google.maps.event.addDomListener(window, 'load', initialize);