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.8346,-83.7761)};var g_01635c2c47e397d8737fd3c35947fbce = new google.maps.Geocoder();g_01635c2c47e397d8737fd3c35947fbce.geocode( { 'address': "1710 Christophers Trce, Macon, GA 31220, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('macon-GA-merchants-credit-bureau').style.display = '';map = new google.maps.Map(document.getElementById('macon-GA-merchants-credit-bureau'), mapOptions);}document.getElementById('992d0272').innerHTML += ' | View Map';var $l01635c2c47e397d8737fd3c35947fbce = '

Merchants Credit Bureau

Address: 1710 Christophers Trce, Macon, GA 31220, USA
Phone: (478) 474-3746
';var m_01635c2c47e397d8737fd3c35947fbce = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Merchants Credit Bureau',});m_01635c2c47e397d8737fd3c35947fbce['infowindow'] = new google.maps.InfoWindow({content: $l01635c2c47e397d8737fd3c35947fbce});var infowindow = new google.maps.InfoWindow({content: $l01635c2c47e397d8737fd3c35947fbce});google.maps.event.addListener(m_01635c2c47e397d8737fd3c35947fbce, 'click', function() {infowindow.open(map,m_01635c2c47e397d8737fd3c35947fbce);});$marker.push(m_01635c2c47e397d8737fd3c35947fbce);}});}google.maps.event.addDomListener(window, 'load', initialize);