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(34.7745,-96.6675)};var g_3e2fe587941ec47dcb924e1dfe393bfa = new google.maps.Geocoder();g_3e2fe587941ec47dcb924e1dfe393bfa.geocode( { 'address': "831 E Main St, Ada, OK 74820, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ada-OK-communication-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('ada-OK-communication-federal-credit-union'), mapOptions);}document.getElementById('2051d949').innerHTML += ' | View Map';var $l3e2fe587941ec47dcb924e1dfe393bfa = '

Communication Federal Credit Union

Address: 831 E Main St, Ada, OK 74820, USA
Phone: (580) 332-6306
';var m_3e2fe587941ec47dcb924e1dfe393bfa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Communication Federal Credit Union',});m_3e2fe587941ec47dcb924e1dfe393bfa['infowindow'] = new google.maps.InfoWindow({content: $l3e2fe587941ec47dcb924e1dfe393bfa});var infowindow = new google.maps.InfoWindow({content: $l3e2fe587941ec47dcb924e1dfe393bfa});google.maps.event.addListener(m_3e2fe587941ec47dcb924e1dfe393bfa, 'click', function() {infowindow.open(map,m_3e2fe587941ec47dcb924e1dfe393bfa);});$marker.push(m_3e2fe587941ec47dcb924e1dfe393bfa);}});}google.maps.event.addDomListener(window, 'load', initialize);