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.5018,-96.8961)};var g_5e51c9f373313e3ab87d889dc44c5316 = new google.maps.Geocoder();g_5e51c9f373313e3ab87d889dc44c5316.geocode( { 'address': "601 W Carl Hubbell Blvd, Meeker, OK 74855"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('meeker-OK-banc-first').style.display = '';map = new google.maps.Map(document.getElementById('meeker-OK-banc-first'), mapOptions);}document.getElementById('159d3490').innerHTML += ' | View Map';var $l5e51c9f373313e3ab87d889dc44c5316 = '

Banc First

Address: 601 W Carl Hubbell Blvd, Meeker, OK 74855
Phone: (405) 279-3535
';var m_5e51c9f373313e3ab87d889dc44c5316 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Banc First',});m_5e51c9f373313e3ab87d889dc44c5316['infowindow'] = new google.maps.InfoWindow({content: $l5e51c9f373313e3ab87d889dc44c5316});var infowindow = new google.maps.InfoWindow({content: $l5e51c9f373313e3ab87d889dc44c5316});google.maps.event.addListener(m_5e51c9f373313e3ab87d889dc44c5316, 'click', function() {infowindow.open(map,m_5e51c9f373313e3ab87d889dc44c5316);});$marker.push(m_5e51c9f373313e3ab87d889dc44c5316);}});}google.maps.event.addDomListener(window, 'load', initialize);