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(33.487,-81.932)};var g_0c3eac344a2649c1a949a3ba5fccbcc4 = new google.maps.Geocoder();g_0c3eac344a2649c1a949a3ba5fccbcc4.geocode( { 'address': "5590 Jefferson Davis Hwy, Beech Island, SC 29842, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('beech-island-SC-bob-richards-nissan').style.display = '';map = new google.maps.Map(document.getElementById('beech-island-SC-bob-richards-nissan'), mapOptions);}document.getElementById('3076910a').innerHTML += ' | View Map';var $l0c3eac344a2649c1a949a3ba5fccbcc4 = '

Bob Richards Nissan

Address: 5590 Jefferson Davis Hwy, Beech Island, SC 29842, USA
Phone: (855) 980-9709
';var m_0c3eac344a2649c1a949a3ba5fccbcc4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bob Richards Nissan',});m_0c3eac344a2649c1a949a3ba5fccbcc4['infowindow'] = new google.maps.InfoWindow({content: $l0c3eac344a2649c1a949a3ba5fccbcc4});var infowindow = new google.maps.InfoWindow({content: $l0c3eac344a2649c1a949a3ba5fccbcc4});google.maps.event.addListener(m_0c3eac344a2649c1a949a3ba5fccbcc4, 'click', function() {infowindow.open(map,m_0c3eac344a2649c1a949a3ba5fccbcc4);});$marker.push(m_0c3eac344a2649c1a949a3ba5fccbcc4);}});}google.maps.event.addDomListener(window, 'load', initialize);