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.7403,-95.6138)};var g_b87f07c657191e6d1a68d4f94d556508 = new google.maps.Geocoder();g_b87f07c657191e6d1a68d4f94d556508.geocode( { 'address': "1917 Crockett Rd # 1, Palestine, TX 75801, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('palestine-TX-swift-cash').style.display = '';map = new google.maps.Map(document.getElementById('palestine-TX-swift-cash'), mapOptions);}document.getElementById('e94dc6e7').innerHTML += ' | View Map';var $lb87f07c657191e6d1a68d4f94d556508 = '

Swift Cash

Address: 1917 Crockett Rd # 1, Palestine, TX 75801, USA
Phone: (903) 723-3336
';var m_b87f07c657191e6d1a68d4f94d556508 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Swift Cash',});m_b87f07c657191e6d1a68d4f94d556508['infowindow'] = new google.maps.InfoWindow({content: $lb87f07c657191e6d1a68d4f94d556508});var infowindow = new google.maps.InfoWindow({content: $lb87f07c657191e6d1a68d4f94d556508});google.maps.event.addListener(m_b87f07c657191e6d1a68d4f94d556508, 'click', function() {infowindow.open(map,m_b87f07c657191e6d1a68d4f94d556508);});$marker.push(m_b87f07c657191e6d1a68d4f94d556508);}});}google.maps.event.addDomListener(window, 'load', initialize);