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.6046,-84.1767)};var g_8a427942e5a35eab7750fb891671b955 = new google.maps.Geocoder();g_8a427942e5a35eab7750fb891671b955.geocode( { 'address': "1106 Whispering Pines Rd a, Albany, GA 31707, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('albany-GA-mayberry-tax--loans-llc').style.display = '';map = new google.maps.Map(document.getElementById('albany-GA-mayberry-tax--loans-llc'), mapOptions);}document.getElementById('1ee1e272').innerHTML += ' | View Map';var $l8a427942e5a35eab7750fb891671b955 = '

Mayberry Tax & Loans LLC

Address: 1106 Whispering Pines Rd a, Albany, GA 31707, USA
Phone: (229) 405-3380
';var m_8a427942e5a35eab7750fb891671b955 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mayberry Tax & Loans LLC',});m_8a427942e5a35eab7750fb891671b955['infowindow'] = new google.maps.InfoWindow({content: $l8a427942e5a35eab7750fb891671b955});var infowindow = new google.maps.InfoWindow({content: $l8a427942e5a35eab7750fb891671b955});google.maps.event.addListener(m_8a427942e5a35eab7750fb891671b955, 'click', function() {infowindow.open(map,m_8a427942e5a35eab7750fb891671b955);});$marker.push(m_8a427942e5a35eab7750fb891671b955);}});}google.maps.event.addDomListener(window, 'load', initialize);