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(32.8594,-79.9882)};var g_607d43d8f2fa41b135fd2f70bd830785 = new google.maps.Geocoder();g_607d43d8f2fa41b135fd2f70bd830785.geocode( { 'address': "1926 Remount Rd, North Charleston, SC 29406"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('north-charleston-SC-asociacion-latina').style.display = '';map = new google.maps.Map(document.getElementById('north-charleston-SC-asociacion-latina'), mapOptions);}document.getElementById('64f1ef86').innerHTML += ' | View Map';var $l607d43d8f2fa41b135fd2f70bd830785 = '

Asociacion Latina

Address: 1926 Remount Rd, North Charleston, SC 29406
Phone: (843) 747-4640
';var m_607d43d8f2fa41b135fd2f70bd830785 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Asociacion Latina',});m_607d43d8f2fa41b135fd2f70bd830785['infowindow'] = new google.maps.InfoWindow({content: $l607d43d8f2fa41b135fd2f70bd830785});var infowindow = new google.maps.InfoWindow({content: $l607d43d8f2fa41b135fd2f70bd830785});google.maps.event.addListener(m_607d43d8f2fa41b135fd2f70bd830785, 'click', function() {infowindow.open(map,m_607d43d8f2fa41b135fd2f70bd830785);});$marker.push(m_607d43d8f2fa41b135fd2f70bd830785);}});}google.maps.event.addDomListener(window, 'load', initialize);