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.5557,-84.3829)};var g_9c509b71f28ed054340ab236be2f83bd = new google.maps.Geocoder();g_9c509b71f28ed054340ab236be2f83bd.geocode( { 'address': "462 Fortman Dr, St Marys, OH 45885, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('saint-marys-OH-superior-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('saint-marys-OH-superior-credit-union'), mapOptions);}document.getElementById('057904ab').innerHTML += ' | View Map';var $l9c509b71f28ed054340ab236be2f83bd = '

Superior Credit Union

Address: 462 Fortman Dr, St Marys, OH 45885, USA
Phone: (419) 300-8980
';var m_9c509b71f28ed054340ab236be2f83bd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Superior Credit Union',});m_9c509b71f28ed054340ab236be2f83bd['infowindow'] = new google.maps.InfoWindow({content: $l9c509b71f28ed054340ab236be2f83bd});var infowindow = new google.maps.InfoWindow({content: $l9c509b71f28ed054340ab236be2f83bd});google.maps.event.addListener(m_9c509b71f28ed054340ab236be2f83bd, 'click', function() {infowindow.open(map,m_9c509b71f28ed054340ab236be2f83bd);});$marker.push(m_9c509b71f28ed054340ab236be2f83bd);}});}google.maps.event.addDomListener(window, 'load', initialize);