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_8a24ae619802ef4145a853b945548835 = new google.maps.Geocoder();g_8a24ae619802ef4145a853b945548835.geocode( { 'address': "308 N Chestnut St, Lumberton, NC 28358"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lumberton-NC-progressive-savings-loan-ltd').style.display = '';map = new google.maps.Map(document.getElementById('lumberton-NC-progressive-savings-loan-ltd'), mapOptions);}document.getElementById('3b8868cc').innerHTML += ' | View Map';var $l8a24ae619802ef4145a853b945548835 = '

Progressive Savings & Loan LTD

Address: 308 N Chestnut St, Lumberton, NC 28358
Phone: (910) 738-1478
';var m_8a24ae619802ef4145a853b945548835 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Progressive Savings & Loan LTD',});m_8a24ae619802ef4145a853b945548835['infowindow'] = new google.maps.InfoWindow({content: $l8a24ae619802ef4145a853b945548835});var infowindow = new google.maps.InfoWindow({content: $l8a24ae619802ef4145a853b945548835});google.maps.event.addListener(m_8a24ae619802ef4145a853b945548835, 'click', function() {infowindow.open(map,m_8a24ae619802ef4145a853b945548835);});$marker.push(m_8a24ae619802ef4145a853b945548835);}});}google.maps.event.addDomListener(window, 'load', initialize);