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(32.399,-80.6837)};var g_f44a92ad837501aefc2dd57cfcc60bbf = new google.maps.Geocoder();g_f44a92ad837501aefc2dd57cfcc60bbf.geocode( { 'address': "1347 Ribaut Rd # F, Port Royal, SC 29935, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('port-royal-SC-peoples-finance-company').style.display = '';map = new google.maps.Map(document.getElementById('port-royal-SC-peoples-finance-company'), mapOptions);}document.getElementById('c39b31d0').innerHTML += ' | View Map';var $lf44a92ad837501aefc2dd57cfcc60bbf = '

Peoples Finance Company

Address: 1347 Ribaut Rd # F, Port Royal, SC 29935, USA
Phone: (843) 524-0988
';var m_f44a92ad837501aefc2dd57cfcc60bbf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Peoples Finance Company',});m_f44a92ad837501aefc2dd57cfcc60bbf['infowindow'] = new google.maps.InfoWindow({content: $lf44a92ad837501aefc2dd57cfcc60bbf});var infowindow = new google.maps.InfoWindow({content: $lf44a92ad837501aefc2dd57cfcc60bbf});google.maps.event.addListener(m_f44a92ad837501aefc2dd57cfcc60bbf, 'click', function() {infowindow.open(map,m_f44a92ad837501aefc2dd57cfcc60bbf);});$marker.push(m_f44a92ad837501aefc2dd57cfcc60bbf);}});}google.maps.event.addDomListener(window, 'load', initialize);