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(35.3522,-80.1768)};var g_82e5634a1a4ffd3dcb03d340490a4c42 = new google.maps.Geocoder();g_82e5634a1a4ffd3dcb03d340490a4c42.geocode( { 'address': "1349 E Main St, Albemarle, NC 28001, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('albemarle-NC-check-point').style.display = '';map = new google.maps.Map(document.getElementById('albemarle-NC-check-point'), mapOptions);}document.getElementById('231e93a3').innerHTML += ' | View Map';var $l82e5634a1a4ffd3dcb03d340490a4c42 = '

Check Point

Address: 1349 E Main St, Albemarle, NC 28001, USA
Phone: (704) 982-3783
';var m_82e5634a1a4ffd3dcb03d340490a4c42 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check Point',});m_82e5634a1a4ffd3dcb03d340490a4c42['infowindow'] = new google.maps.InfoWindow({content: $l82e5634a1a4ffd3dcb03d340490a4c42});var infowindow = new google.maps.InfoWindow({content: $l82e5634a1a4ffd3dcb03d340490a4c42});google.maps.event.addListener(m_82e5634a1a4ffd3dcb03d340490a4c42, 'click', function() {infowindow.open(map,m_82e5634a1a4ffd3dcb03d340490a4c42);});$marker.push(m_82e5634a1a4ffd3dcb03d340490a4c42);}});}google.maps.event.addDomListener(window, 'load', initialize);