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.7176,-81.6395)};var g_4b67532a57fc7c7cab0a66fcbc76c15b = new google.maps.Geocoder();g_4b67532a57fc7c7cab0a66fcbc76c15b.geocode( { 'address': "320 N Duncan Bypass, Union, SC 29379, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('union-SC-founders-federal-credit-union-atm').style.display = '';map = new google.maps.Map(document.getElementById('union-SC-founders-federal-credit-union-atm'), mapOptions);}document.getElementById('51ab727d').innerHTML += ' | View Map';var $l4b67532a57fc7c7cab0a66fcbc76c15b = '

Founders Federal Credit Union ATM

Address: 320 N Duncan Bypass, Union, SC 29379, USA
Phone: (800) 845-1614
';var m_4b67532a57fc7c7cab0a66fcbc76c15b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Founders Federal Credit Union ATM',});m_4b67532a57fc7c7cab0a66fcbc76c15b['infowindow'] = new google.maps.InfoWindow({content: $l4b67532a57fc7c7cab0a66fcbc76c15b});var infowindow = new google.maps.InfoWindow({content: $l4b67532a57fc7c7cab0a66fcbc76c15b});google.maps.event.addListener(m_4b67532a57fc7c7cab0a66fcbc76c15b, 'click', function() {infowindow.open(map,m_4b67532a57fc7c7cab0a66fcbc76c15b);});$marker.push(m_4b67532a57fc7c7cab0a66fcbc76c15b);}});}google.maps.event.addDomListener(window, 'load', initialize);