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(36.2498,-81.1156)};var g_840aa06493f6efae8a912df6bd5ba889 = new google.maps.Geocoder();g_840aa06493f6efae8a912df6bd5ba889.geocode( { 'address': "5519 Mountain View Rd, Hays, NC 28635, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hays-NC-first-community-bank--hays').style.display = '';map = new google.maps.Map(document.getElementById('hays-NC-first-community-bank--hays'), mapOptions);}document.getElementById('74f31936').innerHTML += ' | View Map';var $l840aa06493f6efae8a912df6bd5ba889 = '

First Community Bank- Hays

Address: 5519 Mountain View Rd, Hays, NC 28635, USA
Phone: (336) 696-2265
';var m_840aa06493f6efae8a912df6bd5ba889 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Community Bank- Hays',});m_840aa06493f6efae8a912df6bd5ba889['infowindow'] = new google.maps.InfoWindow({content: $l840aa06493f6efae8a912df6bd5ba889});var infowindow = new google.maps.InfoWindow({content: $l840aa06493f6efae8a912df6bd5ba889});google.maps.event.addListener(m_840aa06493f6efae8a912df6bd5ba889, 'click', function() {infowindow.open(map,m_840aa06493f6efae8a912df6bd5ba889);});$marker.push(m_840aa06493f6efae8a912df6bd5ba889);}});}google.maps.event.addDomListener(window, 'load', initialize);