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(41.1362,-81.6169)};var g_cfed4959bcccda88d8afd31f6e09a579 = new google.maps.Geocoder();g_cfed4959bcccda88d8afd31f6e09a579.geocode( { 'address': "2969 Smith Rd, Fairlawn, OH 44333, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fairlawn-OH-towpath-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('fairlawn-OH-towpath-credit-union'), mapOptions);}document.getElementById('e58b460f').innerHTML += ' | View Map';var $lcfed4959bcccda88d8afd31f6e09a579 = '

Towpath Credit Union

Address: 2969 Smith Rd, Fairlawn, OH 44333, USA
Phone: (330) 664-4700
';var m_cfed4959bcccda88d8afd31f6e09a579 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Towpath Credit Union',});m_cfed4959bcccda88d8afd31f6e09a579['infowindow'] = new google.maps.InfoWindow({content: $lcfed4959bcccda88d8afd31f6e09a579});var infowindow = new google.maps.InfoWindow({content: $lcfed4959bcccda88d8afd31f6e09a579});google.maps.event.addListener(m_cfed4959bcccda88d8afd31f6e09a579, 'click', function() {infowindow.open(map,m_cfed4959bcccda88d8afd31f6e09a579);});$marker.push(m_cfed4959bcccda88d8afd31f6e09a579);}});}google.maps.event.addDomListener(window, 'load', initialize);