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.5766,-84.1538)};var g_4dfb65967ce5a92058a3fe929977eb0c = new google.maps.Geocoder();g_4dfb65967ce5a92058a3fe929977eb0c.geocode( { 'address': "101 N Jackson St, Albany, GA 31701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('albany-GA-anchor-loan--income-tax-co').style.display = '';map = new google.maps.Map(document.getElementById('albany-GA-anchor-loan--income-tax-co'), mapOptions);}document.getElementById('60d6ac98').innerHTML += ' | View Map';var $l4dfb65967ce5a92058a3fe929977eb0c = '

Anchor Loan & Income Tax Co

Address: 101 N Jackson St, Albany, GA 31701, USA
Phone: (229) 883-4250
';var m_4dfb65967ce5a92058a3fe929977eb0c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Anchor Loan & Income Tax Co',});m_4dfb65967ce5a92058a3fe929977eb0c['infowindow'] = new google.maps.InfoWindow({content: $l4dfb65967ce5a92058a3fe929977eb0c});var infowindow = new google.maps.InfoWindow({content: $l4dfb65967ce5a92058a3fe929977eb0c});google.maps.event.addListener(m_4dfb65967ce5a92058a3fe929977eb0c, 'click', function() {infowindow.open(map,m_4dfb65967ce5a92058a3fe929977eb0c);});$marker.push(m_4dfb65967ce5a92058a3fe929977eb0c);}});}google.maps.event.addDomListener(window, 'load', initialize);