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.3876,-80.194)};var g_c329c60213cd6060de16fdce02849062 = new google.maps.Geocoder();g_c329c60213cd6060de16fdce02849062.geocode( { 'address': "1930 US-52, Albemarle, NC 28001, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('albemarle-NC-cashpoints-atm').style.display = '';map = new google.maps.Map(document.getElementById('albemarle-NC-cashpoints-atm'), mapOptions);}document.getElementById('342ea6a1').innerHTML += ' | View Map';var $lc329c60213cd6060de16fdce02849062 = '

CashPoints ATM

Address: 1930 US-52, Albemarle, NC 28001, USA
Phone:
';var m_c329c60213cd6060de16fdce02849062 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CashPoints ATM',});m_c329c60213cd6060de16fdce02849062['infowindow'] = new google.maps.InfoWindow({content: $lc329c60213cd6060de16fdce02849062});var infowindow = new google.maps.InfoWindow({content: $lc329c60213cd6060de16fdce02849062});google.maps.event.addListener(m_c329c60213cd6060de16fdce02849062, 'click', function() {infowindow.open(map,m_c329c60213cd6060de16fdce02849062);});$marker.push(m_c329c60213cd6060de16fdce02849062);}});}google.maps.event.addDomListener(window, 'load', initialize);