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.2066,-95.8482)};var g_3815e5daff7da1b6719c794b3dd75c36 = new google.maps.Geocoder();g_3815e5daff7da1b6719c794b3dd75c36.geocode( { 'address': "607 E Tyler St # 118, Athens, TX 75751, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('athens-TX-swift-cash').style.display = '';map = new google.maps.Map(document.getElementById('athens-TX-swift-cash'), mapOptions);}document.getElementById('00099ba6').innerHTML += ' | View Map';var $l3815e5daff7da1b6719c794b3dd75c36 = '

Swift Cash

Address: 607 E Tyler St # 118, Athens, TX 75751, USA
Phone: (903) 670-3227
';var m_3815e5daff7da1b6719c794b3dd75c36 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Swift Cash',});m_3815e5daff7da1b6719c794b3dd75c36['infowindow'] = new google.maps.InfoWindow({content: $l3815e5daff7da1b6719c794b3dd75c36});var infowindow = new google.maps.InfoWindow({content: $l3815e5daff7da1b6719c794b3dd75c36});google.maps.event.addListener(m_3815e5daff7da1b6719c794b3dd75c36, 'click', function() {infowindow.open(map,m_3815e5daff7da1b6719c794b3dd75c36);});$marker.push(m_3815e5daff7da1b6719c794b3dd75c36);}});}google.maps.event.addDomListener(window, 'load', initialize);