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.9161,-82.0697)};var g_1364ce35f0c6cec5c9dde9d86b06a35b = new google.maps.Geocoder();g_1364ce35f0c6cec5c9dde9d86b06a35b.geocode( { 'address': "169 Locust St #205, Spruce Pine, NC 28777, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('spruce-pine-NC-may-coalition').style.display = '';map = new google.maps.Map(document.getElementById('spruce-pine-NC-may-coalition'), mapOptions);}document.getElementById('5061276f').innerHTML += ' | View Map';var $l1364ce35f0c6cec5c9dde9d86b06a35b = '

May Coalition

Address: 169 Locust St #205, Spruce Pine, NC 28777, USA
Phone: (828) 765-8880
';var m_1364ce35f0c6cec5c9dde9d86b06a35b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'May Coalition',});m_1364ce35f0c6cec5c9dde9d86b06a35b['infowindow'] = new google.maps.InfoWindow({content: $l1364ce35f0c6cec5c9dde9d86b06a35b});var infowindow = new google.maps.InfoWindow({content: $l1364ce35f0c6cec5c9dde9d86b06a35b});google.maps.event.addListener(m_1364ce35f0c6cec5c9dde9d86b06a35b, 'click', function() {infowindow.open(map,m_1364ce35f0c6cec5c9dde9d86b06a35b);});$marker.push(m_1364ce35f0c6cec5c9dde9d86b06a35b);}});}google.maps.event.addDomListener(window, 'load', initialize);