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(35.1911,-97.4011)};var g_bb99c290c20418963abc56d704b74f21 = new google.maps.Geocoder();g_bb99c290c20418963abc56d704b74f21.geocode( { 'address': "2701 East Imhoff Road, C-131, Norman, OK 73071, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('norman-OK-use-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('norman-OK-use-federal-credit-union'), mapOptions);}document.getElementById('c86488f8').innerHTML += ' | View Map';var $lbb99c290c20418963abc56d704b74f21 = '

USE Federal Credit Union

Address: 2701 East Imhoff Road, C-131, Norman, OK 73071, USA
Phone: (405) 685-6200
';var m_bb99c290c20418963abc56d704b74f21 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'USE Federal Credit Union',});m_bb99c290c20418963abc56d704b74f21['infowindow'] = new google.maps.InfoWindow({content: $lbb99c290c20418963abc56d704b74f21});var infowindow = new google.maps.InfoWindow({content: $lbb99c290c20418963abc56d704b74f21});google.maps.event.addListener(m_bb99c290c20418963abc56d704b74f21, 'click', function() {infowindow.open(map,m_bb99c290c20418963abc56d704b74f21);});$marker.push(m_bb99c290c20418963abc56d704b74f21);}});}google.maps.event.addDomListener(window, 'load', initialize);