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.0006,-78.3391)};var g_352fe25daf686bdb4edca223c921acea = new google.maps.Geocoder();g_352fe25daf686bdb4edca223c921acea.geocode( { 'address': "357 Northeast Blvd, Clinton, NC 28328"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clinton-NC-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('clinton-NC-wells-fargo-bank'), mapOptions);}document.getElementById('b91e9cc6').innerHTML += ' | View Map';var $l352fe25daf686bdb4edca223c921acea = '

WELLS FARGO BANK

Address: 357 Northeast Blvd, Clinton, NC 28328
Phone: (910) 592-1800
';var m_352fe25daf686bdb4edca223c921acea = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'WELLS FARGO BANK',});m_352fe25daf686bdb4edca223c921acea['infowindow'] = new google.maps.InfoWindow({content: $l352fe25daf686bdb4edca223c921acea});var infowindow = new google.maps.InfoWindow({content: $l352fe25daf686bdb4edca223c921acea});google.maps.event.addListener(m_352fe25daf686bdb4edca223c921acea, 'click', function() {infowindow.open(map,m_352fe25daf686bdb4edca223c921acea);});$marker.push(m_352fe25daf686bdb4edca223c921acea);}});}google.maps.event.addDomListener(window, 'load', initialize);