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.7156,-81.1451)};var g_4d95fe6e812dc403bfb9307719da8cdd = new google.maps.Geocoder();g_4d95fe6e812dc403bfb9307719da8cdd.geocode( { 'address': "3326 US-70, Claremont, NC 28610, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('claremont-NC-atm-bbt').style.display = '';map = new google.maps.Map(document.getElementById('claremont-NC-atm-bbt'), mapOptions);}document.getElementById('f157db72').innerHTML += ' | View Map';var $l4d95fe6e812dc403bfb9307719da8cdd = '

Atm Bb&t

Address: 3326 US-70, Claremont, NC 28610, USA
Phone:
';var m_4d95fe6e812dc403bfb9307719da8cdd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Atm Bb&t',});m_4d95fe6e812dc403bfb9307719da8cdd['infowindow'] = new google.maps.InfoWindow({content: $l4d95fe6e812dc403bfb9307719da8cdd});var infowindow = new google.maps.InfoWindow({content: $l4d95fe6e812dc403bfb9307719da8cdd});google.maps.event.addListener(m_4d95fe6e812dc403bfb9307719da8cdd, 'click', function() {infowindow.open(map,m_4d95fe6e812dc403bfb9307719da8cdd);});$marker.push(m_4d95fe6e812dc403bfb9307719da8cdd);}});}google.maps.event.addDomListener(window, 'load', initialize);