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(33.7909,-79.7901)};var g_1996b8fd6eda0b41613ec07a74f30b19 = new google.maps.Geocoder();g_1996b8fd6eda0b41613ec07a74f30b19.geocode( { 'address': "3108 Williamsburg County Hwy, Cades, SC 29518, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cades-SC-atm-spencers-cash--carry').style.display = '';map = new google.maps.Map(document.getElementById('cades-SC-atm-spencers-cash--carry'), mapOptions);}document.getElementById('5bafc874').innerHTML += ' | View Map';var $l1996b8fd6eda0b41613ec07a74f30b19 = '

ATM (Spencer's Cash & Carry)

Address: 3108 Williamsburg County Hwy, Cades, SC 29518, USA
Phone: (843) 389-3420
';var m_1996b8fd6eda0b41613ec07a74f30b19 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Spencer's Cash & Carry)',});m_1996b8fd6eda0b41613ec07a74f30b19['infowindow'] = new google.maps.InfoWindow({content: $l1996b8fd6eda0b41613ec07a74f30b19});var infowindow = new google.maps.InfoWindow({content: $l1996b8fd6eda0b41613ec07a74f30b19});google.maps.event.addListener(m_1996b8fd6eda0b41613ec07a74f30b19, 'click', function() {infowindow.open(map,m_1996b8fd6eda0b41613ec07a74f30b19);});$marker.push(m_1996b8fd6eda0b41613ec07a74f30b19);}});}google.maps.event.addDomListener(window, 'load', initialize);