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.1921,-79.7704)};var g_3e60378a5dd096f82f27912f135834bb = new google.maps.Geocoder();g_3e60378a5dd096f82f27912f135834bb.geocode( { 'address': "305 W Pine St, Florence, SC 29501, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('florence-SC-pee-dee-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('florence-SC-pee-dee-federal-credit-union'), mapOptions);}document.getElementById('afe9ccfa').innerHTML += ' | View Map';var $l3e60378a5dd096f82f27912f135834bb = '

Pee Dee Federal Credit Union

Address: 305 W Pine St, Florence, SC 29501, USA
Phone: (843) 669-0461
';var m_3e60378a5dd096f82f27912f135834bb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Pee Dee Federal Credit Union',});m_3e60378a5dd096f82f27912f135834bb['infowindow'] = new google.maps.InfoWindow({content: $l3e60378a5dd096f82f27912f135834bb});var infowindow = new google.maps.InfoWindow({content: $l3e60378a5dd096f82f27912f135834bb});google.maps.event.addListener(m_3e60378a5dd096f82f27912f135834bb, 'click', function() {infowindow.open(map,m_3e60378a5dd096f82f27912f135834bb);});$marker.push(m_3e60378a5dd096f82f27912f135834bb);}});}google.maps.event.addDomListener(window, 'load', initialize);