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(40.3002,-84.1587)};var g_6580eda5b26a693824f43740c8c995e0 = new google.maps.Geocoder();g_6580eda5b26a693824f43740c8c995e0.geocode( { 'address': "1245 Wapakoneta Ave # A, Sidney, OH 45365, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sidney-OH-consumer-credit-counseling-services').style.display = '';map = new google.maps.Map(document.getElementById('sidney-OH-consumer-credit-counseling-services'), mapOptions);}document.getElementById('fd68b15d').innerHTML += ' | View Map';var $l6580eda5b26a693824f43740c8c995e0 = '

Consumer Credit Counseling Services

Address: 1245 Wapakoneta Ave # A, Sidney, OH 45365, USA
Phone: (937) 492-1953
';var m_6580eda5b26a693824f43740c8c995e0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Consumer Credit Counseling Services',});m_6580eda5b26a693824f43740c8c995e0['infowindow'] = new google.maps.InfoWindow({content: $l6580eda5b26a693824f43740c8c995e0});var infowindow = new google.maps.InfoWindow({content: $l6580eda5b26a693824f43740c8c995e0});google.maps.event.addListener(m_6580eda5b26a693824f43740c8c995e0, 'click', function() {infowindow.open(map,m_6580eda5b26a693824f43740c8c995e0);});$marker.push(m_6580eda5b26a693824f43740c8c995e0);}});}google.maps.event.addDomListener(window, 'load', initialize);