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.4196,-79.374)};var g_fc91db0e196189f3e66cefbdf6f892a7 = new google.maps.Geocoder();g_fc91db0e196189f3e66cefbdf6f892a7.geocode( { 'address': "300 W Harrison St, Dillon, SC 29536, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dillon-SC-braddy-insurance-inc').style.display = '';map = new google.maps.Map(document.getElementById('dillon-SC-braddy-insurance-inc'), mapOptions);}document.getElementById('a923aabd').innerHTML += ' | View Map';var $lfc91db0e196189f3e66cefbdf6f892a7 = '

Braddy Insurance, Inc

Address: 300 W Harrison St, Dillon, SC 29536, USA
Phone: (800) 948-0860
';var m_fc91db0e196189f3e66cefbdf6f892a7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Braddy Insurance, Inc',});m_fc91db0e196189f3e66cefbdf6f892a7['infowindow'] = new google.maps.InfoWindow({content: $lfc91db0e196189f3e66cefbdf6f892a7});var infowindow = new google.maps.InfoWindow({content: $lfc91db0e196189f3e66cefbdf6f892a7});google.maps.event.addListener(m_fc91db0e196189f3e66cefbdf6f892a7, 'click', function() {infowindow.open(map,m_fc91db0e196189f3e66cefbdf6f892a7);});$marker.push(m_fc91db0e196189f3e66cefbdf6f892a7);}});}google.maps.event.addDomListener(window, 'load', initialize);