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.3373,-81.8713)};var g_15472322c9a5c07e44784bdb9e4d409c = new google.maps.Geocoder();g_15472322c9a5c07e44784bdb9e4d409c.geocode( { 'address': "330 W Main St, Forest City, NC 28043, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('forest-city-NC-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('forest-city-NC-wells-fargo-bank'), mapOptions);}document.getElementById('c91726c5').innerHTML += ' | View Map';var $l15472322c9a5c07e44784bdb9e4d409c = '

Wells Fargo Bank

Address: 330 W Main St, Forest City, NC 28043, USA
Phone: (828) 247-0785
';var m_15472322c9a5c07e44784bdb9e4d409c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_15472322c9a5c07e44784bdb9e4d409c['infowindow'] = new google.maps.InfoWindow({content: $l15472322c9a5c07e44784bdb9e4d409c});var infowindow = new google.maps.InfoWindow({content: $l15472322c9a5c07e44784bdb9e4d409c});google.maps.event.addListener(m_15472322c9a5c07e44784bdb9e4d409c, 'click', function() {infowindow.open(map,m_15472322c9a5c07e44784bdb9e4d409c);});$marker.push(m_15472322c9a5c07e44784bdb9e4d409c);}});}google.maps.event.addDomListener(window, 'load', initialize);