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(38.247,-85.7766)};var g_e0c8c179acb99858543fe2fc0a727b62 = new google.maps.Geocoder();g_e0c8c179acb99858543fe2fc0a727b62.geocode( { 'address': "1601 Ups Dr, Louisville, KY 40223"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('louisville-KY-co-bank').style.display = '';map = new google.maps.Map(document.getElementById('louisville-KY-co-bank'), mapOptions);}document.getElementById('825f0712').innerHTML += ' | View Map';var $le0c8c179acb99858543fe2fc0a727b62 = '

CO Bank

Address: 1601 Ups Dr, Louisville, KY 40223
Phone: (502) 423-5650
';var m_e0c8c179acb99858543fe2fc0a727b62 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CO Bank',});m_e0c8c179acb99858543fe2fc0a727b62['infowindow'] = new google.maps.InfoWindow({content: $le0c8c179acb99858543fe2fc0a727b62});var infowindow = new google.maps.InfoWindow({content: $le0c8c179acb99858543fe2fc0a727b62});google.maps.event.addListener(m_e0c8c179acb99858543fe2fc0a727b62, 'click', function() {infowindow.open(map,m_e0c8c179acb99858543fe2fc0a727b62);});$marker.push(m_e0c8c179acb99858543fe2fc0a727b62);}});}google.maps.event.addDomListener(window, 'load', initialize);