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.0673,-84.1262)};var g_db6812fe6a7155525f318274bdf46c4c = new google.maps.Geocoder();g_db6812fe6a7155525f318274bdf46c4c.geocode( { 'address': "592 Hwy 64 W, Murphy, NC 28906"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('murphy-NC-peoples-bank').style.display = '';map = new google.maps.Map(document.getElementById('murphy-NC-peoples-bank'), mapOptions);}document.getElementById('a6354253').innerHTML += ' | View Map';var $ldb6812fe6a7155525f318274bdf46c4c = '

Peoples Bank

Address: 592 Hwy 64 W, Murphy, NC 28906
Phone: (828) 837-4150
';var m_db6812fe6a7155525f318274bdf46c4c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Peoples Bank',});m_db6812fe6a7155525f318274bdf46c4c['infowindow'] = new google.maps.InfoWindow({content: $ldb6812fe6a7155525f318274bdf46c4c});var infowindow = new google.maps.InfoWindow({content: $ldb6812fe6a7155525f318274bdf46c4c});google.maps.event.addListener(m_db6812fe6a7155525f318274bdf46c4c, 'click', function() {infowindow.open(map,m_db6812fe6a7155525f318274bdf46c4c);});$marker.push(m_db6812fe6a7155525f318274bdf46c4c);}});}google.maps.event.addDomListener(window, 'load', initialize);