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.1659,-84.792)};var g_a1f23410070639510b576ad9a7e39760 = new google.maps.Geocoder();g_a1f23410070639510b576ad9a7e39760.geocode( { 'address': "215 E Main St, Cartersville, GA 30120, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cartersville-GA-cbb-bancorp').style.display = '';map = new google.maps.Map(document.getElementById('cartersville-GA-cbb-bancorp'), mapOptions);}document.getElementById('25475ab7').innerHTML += ' | View Map';var $la1f23410070639510b576ad9a7e39760 = '

Cbb Bancorp

Address: 215 E Main St, Cartersville, GA 30120, USA
Phone: (770) 387-1922
';var m_a1f23410070639510b576ad9a7e39760 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cbb Bancorp',});m_a1f23410070639510b576ad9a7e39760['infowindow'] = new google.maps.InfoWindow({content: $la1f23410070639510b576ad9a7e39760});var infowindow = new google.maps.InfoWindow({content: $la1f23410070639510b576ad9a7e39760});google.maps.event.addListener(m_a1f23410070639510b576ad9a7e39760, 'click', function() {infowindow.open(map,m_a1f23410070639510b576ad9a7e39760);});$marker.push(m_a1f23410070639510b576ad9a7e39760);}});}google.maps.event.addDomListener(window, 'load', initialize);