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(31.2314,-84.2072)};var g_526c88a03f482221886aed783cf76390 = new google.maps.Geocoder();g_526c88a03f482221886aed783cf76390.geocode( { 'address': "152 E Broad St, Camilla, GA 31730"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('camilla-GA-family-bank').style.display = '';map = new google.maps.Map(document.getElementById('camilla-GA-family-bank'), mapOptions);}document.getElementById('10046cec').innerHTML += ' | View Map';var $l526c88a03f482221886aed783cf76390 = '

Family Bank

Address: 152 E Broad St, Camilla, GA 31730
Phone: (229) 336-7821
';var m_526c88a03f482221886aed783cf76390 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Family Bank',});m_526c88a03f482221886aed783cf76390['infowindow'] = new google.maps.InfoWindow({content: $l526c88a03f482221886aed783cf76390});var infowindow = new google.maps.InfoWindow({content: $l526c88a03f482221886aed783cf76390});google.maps.event.addListener(m_526c88a03f482221886aed783cf76390, 'click', function() {infowindow.open(map,m_526c88a03f482221886aed783cf76390);});$marker.push(m_526c88a03f482221886aed783cf76390);}});}google.maps.event.addDomListener(window, 'load', initialize);