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(36.4936,-79.7371)};var g_83b719558d2bf65c7117cf4de49dd3dd = new google.maps.Geocoder();g_83b719558d2bf65c7117cf4de49dd3dd.geocode( { 'address': "212 E Kings Hwy, Eden, NC 27288, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('eden-NC-piedmont-advantage-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('eden-NC-piedmont-advantage-credit-union'), mapOptions);}document.getElementById('013819d2').innerHTML += ' | View Map';var $l83b719558d2bf65c7117cf4de49dd3dd = '

Piedmont Advantage Credit Union

Address: 212 E Kings Hwy, Eden, NC 27288, USA
Phone: (336) 627-0688
';var m_83b719558d2bf65c7117cf4de49dd3dd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Piedmont Advantage Credit Union',});m_83b719558d2bf65c7117cf4de49dd3dd['infowindow'] = new google.maps.InfoWindow({content: $l83b719558d2bf65c7117cf4de49dd3dd});var infowindow = new google.maps.InfoWindow({content: $l83b719558d2bf65c7117cf4de49dd3dd});google.maps.event.addListener(m_83b719558d2bf65c7117cf4de49dd3dd, 'click', function() {infowindow.open(map,m_83b719558d2bf65c7117cf4de49dd3dd);});$marker.push(m_83b719558d2bf65c7117cf4de49dd3dd);}});}google.maps.event.addDomListener(window, 'load', initialize);