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.9869,-81.2002)};var g_27cc14f2a94d93387e73d3331228a41d = new google.maps.Geocoder();g_27cc14f2a94d93387e73d3331228a41d.geocode( { 'address': "1662 Old York Rd, York, SC 29745, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('york-SC-founders-federal-credit-union-atm').style.display = '';map = new google.maps.Map(document.getElementById('york-SC-founders-federal-credit-union-atm'), mapOptions);}document.getElementById('fb0d2336').innerHTML += ' | View Map';var $l27cc14f2a94d93387e73d3331228a41d = '

Founders Federal Credit Union ATM

Address: 1662 Old York Rd, York, SC 29745, USA
Phone: (888) 748-3266
';var m_27cc14f2a94d93387e73d3331228a41d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Founders Federal Credit Union ATM',});m_27cc14f2a94d93387e73d3331228a41d['infowindow'] = new google.maps.InfoWindow({content: $l27cc14f2a94d93387e73d3331228a41d});var infowindow = new google.maps.InfoWindow({content: $l27cc14f2a94d93387e73d3331228a41d});google.maps.event.addListener(m_27cc14f2a94d93387e73d3331228a41d, 'click', function() {infowindow.open(map,m_27cc14f2a94d93387e73d3331228a41d);});$marker.push(m_27cc14f2a94d93387e73d3331228a41d);}});}google.maps.event.addDomListener(window, 'load', initialize);