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.2873,-80.3562)};var g_90997894895562b7e051890dd5986bc4 = new google.maps.Geocoder();g_90997894895562b7e051890dd5986bc4.geocode( { 'address': "701 S Main St, King, NC 27021"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('king-NC-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('king-NC-wells-fargo-bank'), mapOptions);}document.getElementById('13e87f8a').innerHTML += ' | View Map';var $l90997894895562b7e051890dd5986bc4 = '

Wells Fargo Bank

Address: 701 S Main St, King, NC 27021
Phone: (336) 983-3136
';var m_90997894895562b7e051890dd5986bc4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_90997894895562b7e051890dd5986bc4['infowindow'] = new google.maps.InfoWindow({content: $l90997894895562b7e051890dd5986bc4});var infowindow = new google.maps.InfoWindow({content: $l90997894895562b7e051890dd5986bc4});google.maps.event.addListener(m_90997894895562b7e051890dd5986bc4, 'click', function() {infowindow.open(map,m_90997894895562b7e051890dd5986bc4);});$marker.push(m_90997894895562b7e051890dd5986bc4);}});}google.maps.event.addDomListener(window, 'load', initialize);