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.3997,-83.6515)};var g_603567658289f26ce1df7f37594abe9c = new google.maps.Geocoder();g_603567658289f26ce1df7f37594abe9c.geocode( { 'address': "1275 N Main St, Bowling Green, OH 43402, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bowling-green-OH-glass-city-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('bowling-green-OH-glass-city-federal-credit-union'), mapOptions);}document.getElementById('e800113d').innerHTML += ' | View Map';var $l603567658289f26ce1df7f37594abe9c = '

Glass City Federal Credit Union

Address: 1275 N Main St, Bowling Green, OH 43402, USA
Phone: (419) 352-0787
';var m_603567658289f26ce1df7f37594abe9c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Glass City Federal Credit Union',});m_603567658289f26ce1df7f37594abe9c['infowindow'] = new google.maps.InfoWindow({content: $l603567658289f26ce1df7f37594abe9c});var infowindow = new google.maps.InfoWindow({content: $l603567658289f26ce1df7f37594abe9c});google.maps.event.addListener(m_603567658289f26ce1df7f37594abe9c, 'click', function() {infowindow.open(map,m_603567658289f26ce1df7f37594abe9c);});$marker.push(m_603567658289f26ce1df7f37594abe9c);}});}google.maps.event.addDomListener(window, 'load', initialize);