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.4895,-81.9835)};var g_cc27cb83260d2b7e6acfb36a7f97d6ea = new google.maps.Geocoder();g_cc27cb83260d2b7e6acfb36a7f97d6ea.geocode( { 'address': "922 E Main St, Laurens, SC 29360, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('laurens-SC-woodforest-bank').style.display = '';map = new google.maps.Map(document.getElementById('laurens-SC-woodforest-bank'), mapOptions);}document.getElementById('f4cb91cb').innerHTML += ' | View Map';var $lcc27cb83260d2b7e6acfb36a7f97d6ea = '

Woodforest Bank

Address: 922 E Main St, Laurens, SC 29360, USA
Phone: (864) 683-1915
';var m_cc27cb83260d2b7e6acfb36a7f97d6ea = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodforest Bank',});m_cc27cb83260d2b7e6acfb36a7f97d6ea['infowindow'] = new google.maps.InfoWindow({content: $lcc27cb83260d2b7e6acfb36a7f97d6ea});var infowindow = new google.maps.InfoWindow({content: $lcc27cb83260d2b7e6acfb36a7f97d6ea});google.maps.event.addListener(m_cc27cb83260d2b7e6acfb36a7f97d6ea, 'click', function() {infowindow.open(map,m_cc27cb83260d2b7e6acfb36a7f97d6ea);});$marker.push(m_cc27cb83260d2b7e6acfb36a7f97d6ea);}});}google.maps.event.addDomListener(window, 'load', initialize);