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.0437,-78.9085)};var g_3cbac4bef2135572b02d7599618d9f7f = new google.maps.Geocoder();g_3cbac4bef2135572b02d7599618d9f7f.geocode( { 'address': "Loris, SC 29569, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('loris-SC-e-z-advance').style.display = '';map = new google.maps.Map(document.getElementById('loris-SC-e-z-advance'), mapOptions);}document.getElementById('d1610f17').innerHTML += ' | View Map';var $l3cbac4bef2135572b02d7599618d9f7f = '

E-Z Advance

Address: Loris, SC 29569, USA
Phone: (843) 716-0452
';var m_3cbac4bef2135572b02d7599618d9f7f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'E-Z Advance',});m_3cbac4bef2135572b02d7599618d9f7f['infowindow'] = new google.maps.InfoWindow({content: $l3cbac4bef2135572b02d7599618d9f7f});var infowindow = new google.maps.InfoWindow({content: $l3cbac4bef2135572b02d7599618d9f7f});google.maps.event.addListener(m_3cbac4bef2135572b02d7599618d9f7f, 'click', function() {infowindow.open(map,m_3cbac4bef2135572b02d7599618d9f7f);});$marker.push(m_3cbac4bef2135572b02d7599618d9f7f);}});}google.maps.event.addDomListener(window, 'load', initialize);