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.764,-77.4343)};var g_a5044036d0dc1e23f9afaaebedc2acb7 = new google.maps.Geocoder();g_a5044036d0dc1e23f9afaaebedc2acb7.geocode( { 'address': "302 Western Blvd, Jacksonville, NC 28546"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jacksonville-NC-twin-peaks').style.display = '';map = new google.maps.Map(document.getElementById('jacksonville-NC-twin-peaks'), mapOptions);}document.getElementById('7dbaf2c8').innerHTML += ' | View Map';var $la5044036d0dc1e23f9afaaebedc2acb7 = '

Twin Peaks

Address: 302 Western Blvd, Jacksonville, NC 28546
Phone: (910) 467-8374
';var m_a5044036d0dc1e23f9afaaebedc2acb7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Twin Peaks',});m_a5044036d0dc1e23f9afaaebedc2acb7['infowindow'] = new google.maps.InfoWindow({content: $la5044036d0dc1e23f9afaaebedc2acb7});var infowindow = new google.maps.InfoWindow({content: $la5044036d0dc1e23f9afaaebedc2acb7});google.maps.event.addListener(m_a5044036d0dc1e23f9afaaebedc2acb7, 'click', function() {infowindow.open(map,m_a5044036d0dc1e23f9afaaebedc2acb7);});$marker.push(m_a5044036d0dc1e23f9afaaebedc2acb7);}});}google.maps.event.addDomListener(window, 'load', initialize);