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.8857,-78.6374)};var g_3e86a1b80cf79f3c5a8fc738c27dda81 = new google.maps.Geocoder();g_3e86a1b80cf79f3c5a8fc738c27dda81.geocode( { 'address': "3187 Highway 9 E, Little River, SC 29566"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('little-river-SC-horry-county-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('little-river-SC-horry-county-state-bank'), mapOptions);}document.getElementById('803f985f').innerHTML += ' | View Map';var $l3e86a1b80cf79f3c5a8fc738c27dda81 = '

Horry County State Bank

Address: 3187 Highway 9 E, Little River, SC 29566
Phone: (843) 399-9523
';var m_3e86a1b80cf79f3c5a8fc738c27dda81 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Horry County State Bank',});m_3e86a1b80cf79f3c5a8fc738c27dda81['infowindow'] = new google.maps.InfoWindow({content: $l3e86a1b80cf79f3c5a8fc738c27dda81});var infowindow = new google.maps.InfoWindow({content: $l3e86a1b80cf79f3c5a8fc738c27dda81});google.maps.event.addListener(m_3e86a1b80cf79f3c5a8fc738c27dda81, 'click', function() {infowindow.open(map,m_3e86a1b80cf79f3c5a8fc738c27dda81);});$marker.push(m_3e86a1b80cf79f3c5a8fc738c27dda81);}});}google.maps.event.addDomListener(window, 'load', initialize);