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.5282,-97.9537)};var g_629d50b21bd25e27dcc1b84823c18404 = new google.maps.Geocoder();g_629d50b21bd25e27dcc1b84823c18404.geocode( { 'address': "2000 S Country Club Rd, El Reno, OK 73036"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('el-reno-OK-banc-first').style.display = '';map = new google.maps.Map(document.getElementById('el-reno-OK-banc-first'), mapOptions);}document.getElementById('bf80c1d5').innerHTML += ' | View Map';var $l629d50b21bd25e27dcc1b84823c18404 = '

Banc First

Address: 2000 S Country Club Rd, El Reno, OK 73036
Phone: (405) 262-6577
';var m_629d50b21bd25e27dcc1b84823c18404 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Banc First',});m_629d50b21bd25e27dcc1b84823c18404['infowindow'] = new google.maps.InfoWindow({content: $l629d50b21bd25e27dcc1b84823c18404});var infowindow = new google.maps.InfoWindow({content: $l629d50b21bd25e27dcc1b84823c18404});google.maps.event.addListener(m_629d50b21bd25e27dcc1b84823c18404, 'click', function() {infowindow.open(map,m_629d50b21bd25e27dcc1b84823c18404);});$marker.push(m_629d50b21bd25e27dcc1b84823c18404);}});}google.maps.event.addDomListener(window, 'load', initialize);