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.5982,-83.2504)};var g_0ce943d7bdda6f1301ea8cf7f1224045 = new google.maps.Geocoder();g_0ce943d7bdda6f1301ea8cf7f1224045.geocode( { 'address': "413 N Irwin Ave, Ocilla, GA 31774, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ocilla-GA-irwin-county-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('ocilla-GA-irwin-county-state-bank'), mapOptions);}document.getElementById('0f198a47').innerHTML += ' | View Map';var $l0ce943d7bdda6f1301ea8cf7f1224045 = '

Irwin County State Bank

Address: 413 N Irwin Ave, Ocilla, GA 31774, USA
Phone: (229) 468-5104
';var m_0ce943d7bdda6f1301ea8cf7f1224045 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Irwin County State Bank',});m_0ce943d7bdda6f1301ea8cf7f1224045['infowindow'] = new google.maps.InfoWindow({content: $l0ce943d7bdda6f1301ea8cf7f1224045});var infowindow = new google.maps.InfoWindow({content: $l0ce943d7bdda6f1301ea8cf7f1224045});google.maps.event.addListener(m_0ce943d7bdda6f1301ea8cf7f1224045, 'click', function() {infowindow.open(map,m_0ce943d7bdda6f1301ea8cf7f1224045);});$marker.push(m_0ce943d7bdda6f1301ea8cf7f1224045);}});}google.maps.event.addDomListener(window, 'load', initialize);