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.2342,-81.8418)};var g_9b9325629b65b26ca7188c70dd5402c4 = new google.maps.Geocoder();g_9b9325629b65b26ca7188c70dd5402c4.geocode( { 'address': "1500 Pearl Rd, Brunswick, OH 44212, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('brunswick-OH-unity-catholic-fcu').style.display = '';map = new google.maps.Map(document.getElementById('brunswick-OH-unity-catholic-fcu'), mapOptions);}document.getElementById('3ceea33b').innerHTML += ' | View Map';var $l9b9325629b65b26ca7188c70dd5402c4 = '

Unity Catholic FCU

Address: 1500 Pearl Rd, Brunswick, OH 44212, USA
Phone: (330) 225-8118
';var m_9b9325629b65b26ca7188c70dd5402c4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Unity Catholic FCU',});m_9b9325629b65b26ca7188c70dd5402c4['infowindow'] = new google.maps.InfoWindow({content: $l9b9325629b65b26ca7188c70dd5402c4});var infowindow = new google.maps.InfoWindow({content: $l9b9325629b65b26ca7188c70dd5402c4});google.maps.event.addListener(m_9b9325629b65b26ca7188c70dd5402c4, 'click', function() {infowindow.open(map,m_9b9325629b65b26ca7188c70dd5402c4);});$marker.push(m_9b9325629b65b26ca7188c70dd5402c4);}});}google.maps.event.addDomListener(window, 'load', initialize);