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.4834,-81.2067)};var g_64dc9a6c0360fbe40c49a20e4c0aaa6f = new google.maps.Geocoder();g_64dc9a6c0360fbe40c49a20e4c0aaa6f.geocode( { 'address': "2663 E Main St, Lincolnton, NC 28092, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lincolnton-NC-atm-bank-of-america').style.display = '';map = new google.maps.Map(document.getElementById('lincolnton-NC-atm-bank-of-america'), mapOptions);}document.getElementById('ef6bbf28').innerHTML += ' | View Map';var $l64dc9a6c0360fbe40c49a20e4c0aaa6f = '

ATM (Bank of America)

Address: 2663 E Main St, Lincolnton, NC 28092, USA
Phone:
';var m_64dc9a6c0360fbe40c49a20e4c0aaa6f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Bank of America)',});m_64dc9a6c0360fbe40c49a20e4c0aaa6f['infowindow'] = new google.maps.InfoWindow({content: $l64dc9a6c0360fbe40c49a20e4c0aaa6f});var infowindow = new google.maps.InfoWindow({content: $l64dc9a6c0360fbe40c49a20e4c0aaa6f});google.maps.event.addListener(m_64dc9a6c0360fbe40c49a20e4c0aaa6f, 'click', function() {infowindow.open(map,m_64dc9a6c0360fbe40c49a20e4c0aaa6f);});$marker.push(m_64dc9a6c0360fbe40c49a20e4c0aaa6f);}});}google.maps.event.addDomListener(window, 'load', initialize);