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.7991,-97.288)};var g_5c89b3b0e32f1a73e0d8d7c190f921b7 = new google.maps.Geocoder();g_5c89b3b0e32f1a73e0d8d7c190f921b7.geocode( { 'address': "1350 W Doolin Ave, Blackwell, OK 74631"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('blackwell-OK-rcb-bank').style.display = '';map = new google.maps.Map(document.getElementById('blackwell-OK-rcb-bank'), mapOptions);}document.getElementById('a8beda79').innerHTML += ' | View Map';var $l5c89b3b0e32f1a73e0d8d7c190f921b7 = '

Rcb Bank

Address: 1350 W Doolin Ave, Blackwell, OK 74631
Phone: (580) 363-0005
';var m_5c89b3b0e32f1a73e0d8d7c190f921b7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Rcb Bank',});m_5c89b3b0e32f1a73e0d8d7c190f921b7['infowindow'] = new google.maps.InfoWindow({content: $l5c89b3b0e32f1a73e0d8d7c190f921b7});var infowindow = new google.maps.InfoWindow({content: $l5c89b3b0e32f1a73e0d8d7c190f921b7});google.maps.event.addListener(m_5c89b3b0e32f1a73e0d8d7c190f921b7, 'click', function() {infowindow.open(map,m_5c89b3b0e32f1a73e0d8d7c190f921b7);});$marker.push(m_5c89b3b0e32f1a73e0d8d7c190f921b7);}});}google.maps.event.addDomListener(window, 'load', initialize);