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.2378,-81.8263)};var g_3abb37944846f22e2f08f0457e26a1cf = new google.maps.Geocoder();g_3abb37944846f22e2f08f0457e26a1cf.geocode( { 'address': "3890 Center Rd, Brunswick, OH 44212, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('brunswick-OH-third-federal-savings--loan').style.display = '';map = new google.maps.Map(document.getElementById('brunswick-OH-third-federal-savings--loan'), mapOptions);}document.getElementById('383079e7').innerHTML += ' | View Map';var $l3abb37944846f22e2f08f0457e26a1cf = '

Third Federal Savings & Loan

Address: 3890 Center Rd, Brunswick, OH 44212, USA
Phone: (330) 225-8855
';var m_3abb37944846f22e2f08f0457e26a1cf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Third Federal Savings & Loan',});m_3abb37944846f22e2f08f0457e26a1cf['infowindow'] = new google.maps.InfoWindow({content: $l3abb37944846f22e2f08f0457e26a1cf});var infowindow = new google.maps.InfoWindow({content: $l3abb37944846f22e2f08f0457e26a1cf});google.maps.event.addListener(m_3abb37944846f22e2f08f0457e26a1cf, 'click', function() {infowindow.open(map,m_3abb37944846f22e2f08f0457e26a1cf);});$marker.push(m_3abb37944846f22e2f08f0457e26a1cf);}});}google.maps.event.addDomListener(window, 'load', initialize);