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.6303,-79.0062)};var g_1a80e1730711858663512246fb2dc280 = new google.maps.Geocoder();g_1a80e1730711858663512246fb2dc280.geocode( { 'address': "2775 N Elm St, Lumberton, NC 28358"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lumberton-NC-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('lumberton-NC-wells-fargo-bank'), mapOptions);}document.getElementById('f97049bc').innerHTML += ' | View Map';var $l1a80e1730711858663512246fb2dc280 = '

Wells Fargo Bank

Address: 2775 N Elm St, Lumberton, NC 28358
Phone: (910) 671-1000
';var m_1a80e1730711858663512246fb2dc280 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_1a80e1730711858663512246fb2dc280['infowindow'] = new google.maps.InfoWindow({content: $l1a80e1730711858663512246fb2dc280});var infowindow = new google.maps.InfoWindow({content: $l1a80e1730711858663512246fb2dc280});google.maps.event.addListener(m_1a80e1730711858663512246fb2dc280, 'click', function() {infowindow.open(map,m_1a80e1730711858663512246fb2dc280);});$marker.push(m_1a80e1730711858663512246fb2dc280);}});}google.maps.event.addDomListener(window, 'load', initialize);