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.7507,-81.3366)};var g_087408522c31eeb1f982bc0eaf81d35f = new google.maps.Geocoder();g_087408522c31eeb1f982bc0eaf81d35f.geocode( { 'address': "1333 2nd St NE, Hickory, NC 28601, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hickory-NC-peoples-bank-viewmont').style.display = '';map = new google.maps.Map(document.getElementById('hickory-NC-peoples-bank-viewmont'), mapOptions);}document.getElementById('8d1a8b9f').innerHTML += ' | View Map';var $l087408522c31eeb1f982bc0eaf81d35f = '

Peoples Bank Viewmont

Address: 1333 2nd St NE, Hickory, NC 28601, USA
Phone: (828) 345-6262
';var m_087408522c31eeb1f982bc0eaf81d35f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Peoples Bank Viewmont',});m_087408522c31eeb1f982bc0eaf81d35f['infowindow'] = new google.maps.InfoWindow({content: $l087408522c31eeb1f982bc0eaf81d35f});var infowindow = new google.maps.InfoWindow({content: $l087408522c31eeb1f982bc0eaf81d35f});google.maps.event.addListener(m_087408522c31eeb1f982bc0eaf81d35f, 'click', function() {infowindow.open(map,m_087408522c31eeb1f982bc0eaf81d35f);});$marker.push(m_087408522c31eeb1f982bc0eaf81d35f);}});}google.maps.event.addDomListener(window, 'load', initialize);