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(33.0492,-85.0224)};var g_27d90cd5e9f916bcaccaae998f69370c = new google.maps.Geocoder();g_27d90cd5e9f916bcaccaae998f69370c.geocode( { 'address': "156 Commerce Ave, LaGrange, GA 30241, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lagrange-GA-green-finance--tax-co').style.display = '';map = new google.maps.Map(document.getElementById('lagrange-GA-green-finance--tax-co'), mapOptions);}document.getElementById('9a715236').innerHTML += ' | View Map';var $l27d90cd5e9f916bcaccaae998f69370c = '

Green Finance & Tax Co

Address: 156 Commerce Ave, LaGrange, GA 30241, USA
Phone: (706) 882-1873
';var m_27d90cd5e9f916bcaccaae998f69370c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Green Finance & Tax Co',});m_27d90cd5e9f916bcaccaae998f69370c['infowindow'] = new google.maps.InfoWindow({content: $l27d90cd5e9f916bcaccaae998f69370c});var infowindow = new google.maps.InfoWindow({content: $l27d90cd5e9f916bcaccaae998f69370c});google.maps.event.addListener(m_27d90cd5e9f916bcaccaae998f69370c, 'click', function() {infowindow.open(map,m_27d90cd5e9f916bcaccaae998f69370c);});$marker.push(m_27d90cd5e9f916bcaccaae998f69370c);}});}google.maps.event.addDomListener(window, 'load', initialize);