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.8898,-84.1959)};var g_4fd242bbc6147be90726f875c7a9fdc4 = new google.maps.Geocoder();g_4fd242bbc6147be90726f875c7a9fdc4.geocode( { 'address': "128 Kenbrook Dr, Vandalia, OH 45377, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('vandalia-OH-doctors-credit-service-inc').style.display = '';map = new google.maps.Map(document.getElementById('vandalia-OH-doctors-credit-service-inc'), mapOptions);}document.getElementById('abd36ee3').innerHTML += ' | View Map';var $l4fd242bbc6147be90726f875c7a9fdc4 = '

Doctor's Credit Service Inc

Address: 128 Kenbrook Dr, Vandalia, OH 45377, USA
Phone: (937) 898-1635
';var m_4fd242bbc6147be90726f875c7a9fdc4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Doctor's Credit Service Inc',});m_4fd242bbc6147be90726f875c7a9fdc4['infowindow'] = new google.maps.InfoWindow({content: $l4fd242bbc6147be90726f875c7a9fdc4});var infowindow = new google.maps.InfoWindow({content: $l4fd242bbc6147be90726f875c7a9fdc4});google.maps.event.addListener(m_4fd242bbc6147be90726f875c7a9fdc4, 'click', function() {infowindow.open(map,m_4fd242bbc6147be90726f875c7a9fdc4);});$marker.push(m_4fd242bbc6147be90726f875c7a9fdc4);}});}google.maps.event.addDomListener(window, 'load', initialize);