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.9019,-79.0114)};var g_174e35ed5a52c992994d7a58a661b9bd = new google.maps.Geocoder();g_174e35ed5a52c992994d7a58a661b9bd.geocode( { 'address': "29 S Fayetteville St, Parkton, NC 28371, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('parkton-NC-square-one-business-consultant').style.display = '';map = new google.maps.Map(document.getElementById('parkton-NC-square-one-business-consultant'), mapOptions);}document.getElementById('cdb5b89b').innerHTML += ' | View Map';var $l174e35ed5a52c992994d7a58a661b9bd = '

Square One Business Consultant

Address: 29 S Fayetteville St, Parkton, NC 28371, USA
Phone: (910) 728-2079
';var m_174e35ed5a52c992994d7a58a661b9bd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Square One Business Consultant',});m_174e35ed5a52c992994d7a58a661b9bd['infowindow'] = new google.maps.InfoWindow({content: $l174e35ed5a52c992994d7a58a661b9bd});var infowindow = new google.maps.InfoWindow({content: $l174e35ed5a52c992994d7a58a661b9bd});google.maps.event.addListener(m_174e35ed5a52c992994d7a58a661b9bd, 'click', function() {infowindow.open(map,m_174e35ed5a52c992994d7a58a661b9bd);});$marker.push(m_174e35ed5a52c992994d7a58a661b9bd);}});}google.maps.event.addDomListener(window, 'load', initialize);