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.4063,-80.8601)};var g_f723941952537a065bc5a256d4cf257b = new google.maps.Geocoder();g_f723941952537a065bc5a256d4cf257b.geocode( { 'address': "Presbyterian Hospital, 10030 Gilead Rd, Huntersville, NC 28078, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('huntersville-NC-allegacy---atm').style.display = '';map = new google.maps.Map(document.getElementById('huntersville-NC-allegacy---atm'), mapOptions);}document.getElementById('18234ac5').innerHTML += ' | View Map';var $lf723941952537a065bc5a256d4cf257b = '

Allegacy - ATM

Address: Presbyterian Hospital, 10030 Gilead Rd, Huntersville, NC 28078, USA
Phone: (336) 774-3400
';var m_f723941952537a065bc5a256d4cf257b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Allegacy - ATM',});m_f723941952537a065bc5a256d4cf257b['infowindow'] = new google.maps.InfoWindow({content: $lf723941952537a065bc5a256d4cf257b});var infowindow = new google.maps.InfoWindow({content: $lf723941952537a065bc5a256d4cf257b});google.maps.event.addListener(m_f723941952537a065bc5a256d4cf257b, 'click', function() {infowindow.open(map,m_f723941952537a065bc5a256d4cf257b);});$marker.push(m_f723941952537a065bc5a256d4cf257b);}});}google.maps.event.addDomListener(window, 'load', initialize);