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.123,-79.8449)};var g_d151dc7da5e311c68d6973db01b1f85f = new google.maps.Geocoder();g_d151dc7da5e311c68d6973db01b1f85f.geocode( { 'address': "3314 Battleground Ave, Greensboro, NC 27410, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('greensboro-NC-allegacy-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('greensboro-NC-allegacy-federal-credit-union'), mapOptions);}document.getElementById('d0515a5b').innerHTML += ' | View Map';var $ld151dc7da5e311c68d6973db01b1f85f = '

Allegacy Federal Credit Union

Address: 3314 Battleground Ave, Greensboro, NC 27410, USA
Phone: (336) 774-3400
';var m_d151dc7da5e311c68d6973db01b1f85f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Allegacy Federal Credit Union',});m_d151dc7da5e311c68d6973db01b1f85f['infowindow'] = new google.maps.InfoWindow({content: $ld151dc7da5e311c68d6973db01b1f85f});var infowindow = new google.maps.InfoWindow({content: $ld151dc7da5e311c68d6973db01b1f85f});google.maps.event.addListener(m_d151dc7da5e311c68d6973db01b1f85f, 'click', function() {infowindow.open(map,m_d151dc7da5e311c68d6973db01b1f85f);});$marker.push(m_d151dc7da5e311c68d6973db01b1f85f);}});}google.maps.event.addDomListener(window, 'load', initialize);