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(40.8732,-82.2944)};var g_8ed3822b670ec3b56cad9a5e875a3515 = new google.maps.Geocoder();g_8ed3822b670ec3b56cad9a5e875a3515.geocode( { 'address': "1306 Cleveland Ave, Ashland, OH 44805, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ashland-OH-empire-affiliates-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('ashland-OH-empire-affiliates-credit-union'), mapOptions);}document.getElementById('36c4bad0').innerHTML += ' | View Map';var $l8ed3822b670ec3b56cad9a5e875a3515 = '

Empire Affiliates Credit Union

Address: 1306 Cleveland Ave, Ashland, OH 44805, USA
Phone: (419) 207-1818
';var m_8ed3822b670ec3b56cad9a5e875a3515 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Empire Affiliates Credit Union',});m_8ed3822b670ec3b56cad9a5e875a3515['infowindow'] = new google.maps.InfoWindow({content: $l8ed3822b670ec3b56cad9a5e875a3515});var infowindow = new google.maps.InfoWindow({content: $l8ed3822b670ec3b56cad9a5e875a3515});google.maps.event.addListener(m_8ed3822b670ec3b56cad9a5e875a3515, 'click', function() {infowindow.open(map,m_8ed3822b670ec3b56cad9a5e875a3515);});$marker.push(m_8ed3822b670ec3b56cad9a5e875a3515);}});}google.maps.event.addDomListener(window, 'load', initialize);