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.7269,-81.6411)};var g_a122eaa3ab6859fc70429f6e6524ee7f = new google.maps.Geocoder();g_a122eaa3ab6859fc70429f6e6524ee7f.geocode( { 'address': "513 N Duncan Bypass, Union, SC 29379, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('union-SC-woodforest-bank').style.display = '';map = new google.maps.Map(document.getElementById('union-SC-woodforest-bank'), mapOptions);}document.getElementById('36ea2ba1').innerHTML += ' | View Map';var $la122eaa3ab6859fc70429f6e6524ee7f = '

Woodforest Bank

Address: 513 N Duncan Bypass, Union, SC 29379, USA
Phone: (864) 427-4110
';var m_a122eaa3ab6859fc70429f6e6524ee7f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodforest Bank',});m_a122eaa3ab6859fc70429f6e6524ee7f['infowindow'] = new google.maps.InfoWindow({content: $la122eaa3ab6859fc70429f6e6524ee7f});var infowindow = new google.maps.InfoWindow({content: $la122eaa3ab6859fc70429f6e6524ee7f});google.maps.event.addListener(m_a122eaa3ab6859fc70429f6e6524ee7f, 'click', function() {infowindow.open(map,m_a122eaa3ab6859fc70429f6e6524ee7f);});$marker.push(m_a122eaa3ab6859fc70429f6e6524ee7f);}});}google.maps.event.addDomListener(window, 'load', initialize);