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.0092,-84.6549)};var g_eacfdaeb30d44a59b6095199053f29f8 = new google.maps.Geocoder();g_eacfdaeb30d44a59b6095199053f29f8.geocode( { 'address': "5935 Merchants St, Florence, KY 41042, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('florence-KY-kemba-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('florence-KY-kemba-credit-union'), mapOptions);}document.getElementById('c4ec80e5').innerHTML += ' | View Map';var $leacfdaeb30d44a59b6095199053f29f8 = '

Kemba Credit Union

Address: 5935 Merchants St, Florence, KY 41042, USA
Phone: (513) 762-5070
';var m_eacfdaeb30d44a59b6095199053f29f8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Kemba Credit Union',});m_eacfdaeb30d44a59b6095199053f29f8['infowindow'] = new google.maps.InfoWindow({content: $leacfdaeb30d44a59b6095199053f29f8});var infowindow = new google.maps.InfoWindow({content: $leacfdaeb30d44a59b6095199053f29f8});google.maps.event.addListener(m_eacfdaeb30d44a59b6095199053f29f8, 'click', function() {infowindow.open(map,m_eacfdaeb30d44a59b6095199053f29f8);});$marker.push(m_eacfdaeb30d44a59b6095199053f29f8);}});}google.maps.event.addDomListener(window, 'load', initialize);