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.5307,-97.953)};var g_c47f358df58308b3712fd2a8501cf0ea = new google.maps.Geocoder();g_c47f358df58308b3712fd2a8501cf0ea.geocode( { 'address': "320 S Rock Island Ave, El Reno, OK 73036, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('el-reno-OK-rock-island-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('el-reno-OK-rock-island-credit-union'), mapOptions);}document.getElementById('20d4f583').innerHTML += ' | View Map';var $lc47f358df58308b3712fd2a8501cf0ea = '

Rock Island Credit Union

Address: 320 S Rock Island Ave, El Reno, OK 73036, USA
Phone: (405) 262-1463
';var m_c47f358df58308b3712fd2a8501cf0ea = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Rock Island Credit Union',});m_c47f358df58308b3712fd2a8501cf0ea['infowindow'] = new google.maps.InfoWindow({content: $lc47f358df58308b3712fd2a8501cf0ea});var infowindow = new google.maps.InfoWindow({content: $lc47f358df58308b3712fd2a8501cf0ea});google.maps.event.addListener(m_c47f358df58308b3712fd2a8501cf0ea, 'click', function() {infowindow.open(map,m_c47f358df58308b3712fd2a8501cf0ea);});$marker.push(m_c47f358df58308b3712fd2a8501cf0ea);}});}google.maps.event.addDomListener(window, 'load', initialize);