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.3619,-80.1996)};var g_b09dcc09b7b057ceacd0468538a1f6ba = new google.maps.Geocoder();g_b09dcc09b7b057ceacd0468538a1f6ba.geocode( { 'address': "819 N 1st St, Albemarle, NC 28001, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('albemarle-NC-first-street-station').style.display = '';map = new google.maps.Map(document.getElementById('albemarle-NC-first-street-station'), mapOptions);}document.getElementById('87936289').innerHTML += ' | View Map';var $lb09dcc09b7b057ceacd0468538a1f6ba = '

First Street Station

Address: 819 N 1st St, Albemarle, NC 28001, USA
Phone: (803) 779-4420
';var m_b09dcc09b7b057ceacd0468538a1f6ba = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Street Station',});m_b09dcc09b7b057ceacd0468538a1f6ba['infowindow'] = new google.maps.InfoWindow({content: $lb09dcc09b7b057ceacd0468538a1f6ba});var infowindow = new google.maps.InfoWindow({content: $lb09dcc09b7b057ceacd0468538a1f6ba});google.maps.event.addListener(m_b09dcc09b7b057ceacd0468538a1f6ba, 'click', function() {infowindow.open(map,m_b09dcc09b7b057ceacd0468538a1f6ba);});$marker.push(m_b09dcc09b7b057ceacd0468538a1f6ba);}});}google.maps.event.addDomListener(window, 'load', initialize);