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(34.2748,-81.62)};var g_5961ba005a2a4081b77c9fd967e4540f = new google.maps.Geocoder();g_5961ba005a2a4081b77c9fd967e4540f.geocode( { 'address': "1119 Boyce ST, Newberry, SC 29108, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('newberry-SC-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('newberry-SC-wells-fargo-bank'), mapOptions);}document.getElementById('420fea67').innerHTML += ' | View Map';var $l5961ba005a2a4081b77c9fd967e4540f = '

Wells Fargo Bank

Address: 1119 Boyce ST, Newberry, SC 29108, USA
Phone: (803) 321-2440
';var m_5961ba005a2a4081b77c9fd967e4540f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_5961ba005a2a4081b77c9fd967e4540f['infowindow'] = new google.maps.InfoWindow({content: $l5961ba005a2a4081b77c9fd967e4540f});var infowindow = new google.maps.InfoWindow({content: $l5961ba005a2a4081b77c9fd967e4540f});google.maps.event.addListener(m_5961ba005a2a4081b77c9fd967e4540f, 'click', function() {infowindow.open(map,m_5961ba005a2a4081b77c9fd967e4540f);});$marker.push(m_5961ba005a2a4081b77c9fd967e4540f);}});}google.maps.event.addDomListener(window, 'load', initialize);