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.882,-80.9177)};var g_40fd622a8d4851ac9e0c72af5011c99a = new google.maps.Geocoder();g_40fd622a8d4851ac9e0c72af5011c99a.geocode( { 'address': "5801 Bluff Road, Hopkins, SC 29061, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hopkins-SC-south-carolina-federal-credit-union-atm').style.display = '';map = new google.maps.Map(document.getElementById('hopkins-SC-south-carolina-federal-credit-union-atm'), mapOptions);}document.getElementById('0c300652').innerHTML += ' | View Map';var $l40fd622a8d4851ac9e0c72af5011c99a = '

South Carolina Federal Credit Union ATM

Address: 5801 Bluff Road, Hopkins, SC 29061, USA
Phone: (800) 845-0432
';var m_40fd622a8d4851ac9e0c72af5011c99a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'South Carolina Federal Credit Union ATM',});m_40fd622a8d4851ac9e0c72af5011c99a['infowindow'] = new google.maps.InfoWindow({content: $l40fd622a8d4851ac9e0c72af5011c99a});var infowindow = new google.maps.InfoWindow({content: $l40fd622a8d4851ac9e0c72af5011c99a});google.maps.event.addListener(m_40fd622a8d4851ac9e0c72af5011c99a, 'click', function() {infowindow.open(map,m_40fd622a8d4851ac9e0c72af5011c99a);});$marker.push(m_40fd622a8d4851ac9e0c72af5011c99a);}});}google.maps.event.addDomListener(window, 'load', initialize);