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(36.2782,-95.836)};var g_246fd89796299b9af42e8093e81cc124 = new google.maps.Geocoder();g_246fd89796299b9af42e8093e81cc124.geocode( { 'address': "12312 East 86th St N, Owasso, OK 74055, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('owasso-OK-communication-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('owasso-OK-communication-federal-credit-union'), mapOptions);}document.getElementById('fad7e849').innerHTML += ' | View Map';var $l246fd89796299b9af42e8093e81cc124 = '

Communication Federal Credit Union

Address: 12312 East 86th St N, Owasso, OK 74055, USA
Phone: (918) 376-4544
';var m_246fd89796299b9af42e8093e81cc124 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Communication Federal Credit Union',});m_246fd89796299b9af42e8093e81cc124['infowindow'] = new google.maps.InfoWindow({content: $l246fd89796299b9af42e8093e81cc124});var infowindow = new google.maps.InfoWindow({content: $l246fd89796299b9af42e8093e81cc124});google.maps.event.addListener(m_246fd89796299b9af42e8093e81cc124, 'click', function() {infowindow.open(map,m_246fd89796299b9af42e8093e81cc124);});$marker.push(m_246fd89796299b9af42e8093e81cc124);}});}google.maps.event.addDomListener(window, 'load', initialize);