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(35.9965,-78.9169)};var g_839b76b6a003ef550e2a4e24b1ffc8b3 = new google.maps.Geocoder();g_839b76b6a003ef550e2a4e24b1ffc8b3.geocode( { 'address': "1115 W Chapel Hill St, Durham, NC 27701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('durham-NC-self-help-credit-union-atm').style.display = '';map = new google.maps.Map(document.getElementById('durham-NC-self-help-credit-union-atm'), mapOptions);}document.getElementById('b0e21db9').innerHTML += ' | View Map';var $l839b76b6a003ef550e2a4e24b1ffc8b3 = '

Self-Help Credit Union ATM

Address: 1115 W Chapel Hill St, Durham, NC 27701, USA
Phone:
';var m_839b76b6a003ef550e2a4e24b1ffc8b3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Self-Help Credit Union ATM',});m_839b76b6a003ef550e2a4e24b1ffc8b3['infowindow'] = new google.maps.InfoWindow({content: $l839b76b6a003ef550e2a4e24b1ffc8b3});var infowindow = new google.maps.InfoWindow({content: $l839b76b6a003ef550e2a4e24b1ffc8b3});google.maps.event.addListener(m_839b76b6a003ef550e2a4e24b1ffc8b3, 'click', function() {infowindow.open(map,m_839b76b6a003ef550e2a4e24b1ffc8b3);});$marker.push(m_839b76b6a003ef550e2a4e24b1ffc8b3);}});}google.maps.event.addDomListener(window, 'load', initialize);