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.1351,-83.4287)};var g_c08906f50d08cc2587974e08c983a9a6 = new google.maps.Geocoder();g_c08906f50d08cc2587974e08c983a9a6.geocode( { 'address': "102 Pine St, Adel, GA 31620, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('adel-GA-adel-financial--tax-services-inc').style.display = '';map = new google.maps.Map(document.getElementById('adel-GA-adel-financial--tax-services-inc'), mapOptions);}document.getElementById('fb72117d').innerHTML += ' | View Map';var $lc08906f50d08cc2587974e08c983a9a6 = '

Adel Financial & Tax Services Inc

Address: 102 Pine St, Adel, GA 31620, USA
Phone: (229) 896-2229
';var m_c08906f50d08cc2587974e08c983a9a6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Adel Financial & Tax Services Inc',});m_c08906f50d08cc2587974e08c983a9a6['infowindow'] = new google.maps.InfoWindow({content: $lc08906f50d08cc2587974e08c983a9a6});var infowindow = new google.maps.InfoWindow({content: $lc08906f50d08cc2587974e08c983a9a6});google.maps.event.addListener(m_c08906f50d08cc2587974e08c983a9a6, 'click', function() {infowindow.open(map,m_c08906f50d08cc2587974e08c983a9a6);});$marker.push(m_c08906f50d08cc2587974e08c983a9a6);}});}google.maps.event.addDomListener(window, 'load', initialize);