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(34.5046,-82.9609)};var g_6350d7f1d2b9b0e80a54a26e171b3cd3 = new google.maps.Geocoder();g_6350d7f1d2b9b0e80a54a26e171b3cd3.geocode( { 'address': "4238 Old Dobbins Bridge Rd, Fair Play, SC 29643, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fair-play-SC-atm-loves-travel-stop').style.display = '';map = new google.maps.Map(document.getElementById('fair-play-SC-atm-loves-travel-stop'), mapOptions);}document.getElementById('414762ce').innerHTML += ' | View Map';var $l6350d7f1d2b9b0e80a54a26e171b3cd3 = '

ATM (Love's Travel Stop)

Address: 4238 Old Dobbins Bridge Rd, Fair Play, SC 29643, USA
Phone: (864) 287-5589
';var m_6350d7f1d2b9b0e80a54a26e171b3cd3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Love's Travel Stop)',});m_6350d7f1d2b9b0e80a54a26e171b3cd3['infowindow'] = new google.maps.InfoWindow({content: $l6350d7f1d2b9b0e80a54a26e171b3cd3});var infowindow = new google.maps.InfoWindow({content: $l6350d7f1d2b9b0e80a54a26e171b3cd3});google.maps.event.addListener(m_6350d7f1d2b9b0e80a54a26e171b3cd3, 'click', function() {infowindow.open(map,m_6350d7f1d2b9b0e80a54a26e171b3cd3);});$marker.push(m_6350d7f1d2b9b0e80a54a26e171b3cd3);}});}google.maps.event.addDomListener(window, 'load', initialize);