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.25,-84.5954)};var g_ab7a021122aa841ad5f8baaeadabfc7a = new google.maps.Geocoder();g_ab7a021122aa841ad5f8baaeadabfc7a.geocode( { 'address': "3550 Springdale Rd # A, Cincinnati, OH 45251, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cincinnati-OH-cincinnati-oh-police-fed-cred').style.display = '';map = new google.maps.Map(document.getElementById('cincinnati-OH-cincinnati-oh-police-fed-cred'), mapOptions);}document.getElementById('72a17030').innerHTML += ' | View Map';var $lab7a021122aa841ad5f8baaeadabfc7a = '

Cincinnati Oh Police Fed Cred

Address: 3550 Springdale Rd # A, Cincinnati, OH 45251, USA
Phone: (513) 385-4808
';var m_ab7a021122aa841ad5f8baaeadabfc7a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cincinnati Oh Police Fed Cred',});m_ab7a021122aa841ad5f8baaeadabfc7a['infowindow'] = new google.maps.InfoWindow({content: $lab7a021122aa841ad5f8baaeadabfc7a});var infowindow = new google.maps.InfoWindow({content: $lab7a021122aa841ad5f8baaeadabfc7a});google.maps.event.addListener(m_ab7a021122aa841ad5f8baaeadabfc7a, 'click', function() {infowindow.open(map,m_ab7a021122aa841ad5f8baaeadabfc7a);});$marker.push(m_ab7a021122aa841ad5f8baaeadabfc7a);}});}google.maps.event.addDomListener(window, 'load', initialize);