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.5565,-81.0635)};var g_57670266f5bf7ff7f4c8237c43a19081 = new google.maps.Geocoder();g_57670266f5bf7ff7f4c8237c43a19081.geocode( { 'address': "6125 NC-16 Business, Denver, NC 28037, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('denver-NC-peoples-bank-denver').style.display = '';map = new google.maps.Map(document.getElementById('denver-NC-peoples-bank-denver'), mapOptions);}document.getElementById('b0ab92fa').innerHTML += ' | View Map';var $l57670266f5bf7ff7f4c8237c43a19081 = '

Peoples Bank Denver

Address: 6125 NC-16 Business, Denver, NC 28037, USA
Phone: (704) 483-3050
';var m_57670266f5bf7ff7f4c8237c43a19081 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Peoples Bank Denver',});m_57670266f5bf7ff7f4c8237c43a19081['infowindow'] = new google.maps.InfoWindow({content: $l57670266f5bf7ff7f4c8237c43a19081});var infowindow = new google.maps.InfoWindow({content: $l57670266f5bf7ff7f4c8237c43a19081});google.maps.event.addListener(m_57670266f5bf7ff7f4c8237c43a19081, 'click', function() {infowindow.open(map,m_57670266f5bf7ff7f4c8237c43a19081);});$marker.push(m_57670266f5bf7ff7f4c8237c43a19081);}});}google.maps.event.addDomListener(window, 'load', initialize);