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.2039,-79.2568)};var g_b55e233c109968dabd949527e5425513 = new google.maps.Geocoder();g_b55e233c109968dabd949527e5425513.geocode( { 'address': "102 N Main St, Mullins, SC 29574"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mullins-SC-anderson-brothers-bank').style.display = '';map = new google.maps.Map(document.getElementById('mullins-SC-anderson-brothers-bank'), mapOptions);}document.getElementById('8fe1d0c9').innerHTML += ' | View Map';var $lb55e233c109968dabd949527e5425513 = '

Anderson Brothers Bank

Address: 102 N Main St, Mullins, SC 29574
Phone: (843) 464-2860
';var m_b55e233c109968dabd949527e5425513 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Anderson Brothers Bank',});m_b55e233c109968dabd949527e5425513['infowindow'] = new google.maps.InfoWindow({content: $lb55e233c109968dabd949527e5425513});var infowindow = new google.maps.InfoWindow({content: $lb55e233c109968dabd949527e5425513});google.maps.event.addListener(m_b55e233c109968dabd949527e5425513, 'click', function() {infowindow.open(map,m_b55e233c109968dabd949527e5425513);});$marker.push(m_b55e233c109968dabd949527e5425513);}});}google.maps.event.addDomListener(window, 'load', initialize);