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(37.9988,-86.1747)};var g_c6510a81e457d31d0a3cf5b56a410a93 = new google.maps.Geocoder();g_c6510a81e457d31d0a3cf5b56a410a93.geocode( { 'address': "740 High St, Brandenburg, KY 40108, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('brandenburg-KY-doe-run-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('brandenburg-KY-doe-run-federal-credit-union'), mapOptions);}document.getElementById('7464df3d').innerHTML += ' | View Map';var $lc6510a81e457d31d0a3cf5b56a410a93 = '

Doe Run Federal Credit Union

Address: 740 High St, Brandenburg, KY 40108, USA
Phone: (270) 422-7745
';var m_c6510a81e457d31d0a3cf5b56a410a93 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Doe Run Federal Credit Union',});m_c6510a81e457d31d0a3cf5b56a410a93['infowindow'] = new google.maps.InfoWindow({content: $lc6510a81e457d31d0a3cf5b56a410a93});var infowindow = new google.maps.InfoWindow({content: $lc6510a81e457d31d0a3cf5b56a410a93});google.maps.event.addListener(m_c6510a81e457d31d0a3cf5b56a410a93, 'click', function() {infowindow.open(map,m_c6510a81e457d31d0a3cf5b56a410a93);});$marker.push(m_c6510a81e457d31d0a3cf5b56a410a93);}});}google.maps.event.addDomListener(window, 'load', initialize);