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.0132,-83.0199)};var g_402b101d0a6ddddecf2227b18c03f248 = new google.maps.Geocoder();g_402b101d0a6ddddecf2227b18c03f248.geocode( { 'address': "Room 1255A, 2540 Olentangy River Rd, Columbus, OH 43202, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbus-OH-american-chemical-society-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('columbus-OH-american-chemical-society-federal-credit-union'), mapOptions);}document.getElementById('ff90d3f9').innerHTML += ' | View Map';var $l402b101d0a6ddddecf2227b18c03f248 = '

American Chemical Society Federal Credit Union

Address: Room 1255A, 2540 Olentangy River Rd, Columbus, OH 43202, USA
Phone: (614) 447-3675
';var m_402b101d0a6ddddecf2227b18c03f248 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Chemical Society Federal Credit Union',});m_402b101d0a6ddddecf2227b18c03f248['infowindow'] = new google.maps.InfoWindow({content: $l402b101d0a6ddddecf2227b18c03f248});var infowindow = new google.maps.InfoWindow({content: $l402b101d0a6ddddecf2227b18c03f248});google.maps.event.addListener(m_402b101d0a6ddddecf2227b18c03f248, 'click', function() {infowindow.open(map,m_402b101d0a6ddddecf2227b18c03f248);});$marker.push(m_402b101d0a6ddddecf2227b18c03f248);}});}google.maps.event.addDomListener(window, 'load', initialize);