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.6518,-80.3889)};var g_08abc3c1505894eade7e14d4c828078d = new google.maps.Geocoder();g_08abc3c1505894eade7e14d4c828078d.geocode( { 'address': "Jefferson, SC 29718, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jefferson-SC-founders-atm').style.display = '';map = new google.maps.Map(document.getElementById('jefferson-SC-founders-atm'), mapOptions);}document.getElementById('add13010').innerHTML += ' | View Map';var $l08abc3c1505894eade7e14d4c828078d = '

Founders ATM

Address: Jefferson, SC 29718, USA
Phone:
';var m_08abc3c1505894eade7e14d4c828078d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Founders ATM',});m_08abc3c1505894eade7e14d4c828078d['infowindow'] = new google.maps.InfoWindow({content: $l08abc3c1505894eade7e14d4c828078d});var infowindow = new google.maps.InfoWindow({content: $l08abc3c1505894eade7e14d4c828078d});google.maps.event.addListener(m_08abc3c1505894eade7e14d4c828078d, 'click', function() {infowindow.open(map,m_08abc3c1505894eade7e14d4c828078d);});$marker.push(m_08abc3c1505894eade7e14d4c828078d);}});}google.maps.event.addDomListener(window, 'load', initialize);