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(39.9597,-82.9953)};var g_702815644cb866ab73d7a6ee58524198 = new google.maps.Geocoder();g_702815644cb866ab73d7a6ee58524198.geocode( { 'address': "170 E Town St, Columbus, OH 43215, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbus-OH-columbus-credit-bureau').style.display = '';map = new google.maps.Map(document.getElementById('columbus-OH-columbus-credit-bureau'), mapOptions);}document.getElementById('b68f1cc3').innerHTML += ' | View Map';var $l702815644cb866ab73d7a6ee58524198 = '

Columbus Credit Bureau

Address: 170 E Town St, Columbus, OH 43215, USA
Phone:
';var m_702815644cb866ab73d7a6ee58524198 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Columbus Credit Bureau',});m_702815644cb866ab73d7a6ee58524198['infowindow'] = new google.maps.InfoWindow({content: $l702815644cb866ab73d7a6ee58524198});var infowindow = new google.maps.InfoWindow({content: $l702815644cb866ab73d7a6ee58524198});google.maps.event.addListener(m_702815644cb866ab73d7a6ee58524198, 'click', function() {infowindow.open(map,m_702815644cb866ab73d7a6ee58524198);});$marker.push(m_702815644cb866ab73d7a6ee58524198);}});}google.maps.event.addDomListener(window, 'load', initialize);