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.7039,-81.3017)};var g_024ea78e79fc69eb752b59f879b5507d = new google.maps.Geocoder();g_024ea78e79fc69eb752b59f879b5507d.geocode( { 'address': "2104 US-70, Hickory, NC 28602, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hickory-NC-no-surcharge-atms').style.display = '';map = new google.maps.Map(document.getElementById('hickory-NC-no-surcharge-atms'), mapOptions);}document.getElementById('b10f28e2').innerHTML += ' | View Map';var $l024ea78e79fc69eb752b59f879b5507d = '

No-Surcharge ATMs

Address: 2104 US-70, Hickory, NC 28602, USA
Phone:
';var m_024ea78e79fc69eb752b59f879b5507d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'No-Surcharge ATMs',});m_024ea78e79fc69eb752b59f879b5507d['infowindow'] = new google.maps.InfoWindow({content: $l024ea78e79fc69eb752b59f879b5507d});var infowindow = new google.maps.InfoWindow({content: $l024ea78e79fc69eb752b59f879b5507d});google.maps.event.addListener(m_024ea78e79fc69eb752b59f879b5507d, 'click', function() {infowindow.open(map,m_024ea78e79fc69eb752b59f879b5507d);});$marker.push(m_024ea78e79fc69eb752b59f879b5507d);}});}google.maps.event.addDomListener(window, 'load', initialize);