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.2356,-81.0723)};var g_897a943c5bb9301dc4e1e6de217d17b0 = new google.maps.Geocoder();g_897a943c5bb9301dc4e1e6de217d17b0.geocode( { 'address': "109 Center St, Cramerton, NC 28032, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cramerton-NC-atm-bbt').style.display = '';map = new google.maps.Map(document.getElementById('cramerton-NC-atm-bbt'), mapOptions);}document.getElementById('14d0566c').innerHTML += ' | View Map';var $l897a943c5bb9301dc4e1e6de217d17b0 = '

ATM (BB&T)

Address: 109 Center St, Cramerton, NC 28032, USA
Phone:
';var m_897a943c5bb9301dc4e1e6de217d17b0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (BB&T)',});m_897a943c5bb9301dc4e1e6de217d17b0['infowindow'] = new google.maps.InfoWindow({content: $l897a943c5bb9301dc4e1e6de217d17b0});var infowindow = new google.maps.InfoWindow({content: $l897a943c5bb9301dc4e1e6de217d17b0});google.maps.event.addListener(m_897a943c5bb9301dc4e1e6de217d17b0, 'click', function() {infowindow.open(map,m_897a943c5bb9301dc4e1e6de217d17b0);});$marker.push(m_897a943c5bb9301dc4e1e6de217d17b0);}});}google.maps.event.addDomListener(window, 'load', initialize);