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(32.4897,-84.9898)};var g_f67459b2013e9b381465f009c58c858f = new google.maps.Geocoder();g_f67459b2013e9b381465f009c58c858f.geocode( { 'address': "2716 2nd Ave, Columbus, GA 31904, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbus-GA-glenn-finance').style.display = '';map = new google.maps.Map(document.getElementById('columbus-GA-glenn-finance'), mapOptions);}document.getElementById('741e1cb6').innerHTML += ' | View Map';var $lf67459b2013e9b381465f009c58c858f = '

Glenn Finance

Address: 2716 2nd Ave, Columbus, GA 31904, USA
Phone: (706) 324-2215
';var m_f67459b2013e9b381465f009c58c858f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Glenn Finance',});m_f67459b2013e9b381465f009c58c858f['infowindow'] = new google.maps.InfoWindow({content: $lf67459b2013e9b381465f009c58c858f});var infowindow = new google.maps.InfoWindow({content: $lf67459b2013e9b381465f009c58c858f});google.maps.event.addListener(m_f67459b2013e9b381465f009c58c858f, 'click', function() {infowindow.open(map,m_f67459b2013e9b381465f009c58c858f);});$marker.push(m_f67459b2013e9b381465f009c58c858f);}});}google.maps.event.addDomListener(window, 'load', initialize);