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.7505,-95.9354)};var g_da450a47c2511fc837eb4be95e32fab0 = new google.maps.Geocoder();g_da450a47c2511fc837eb4be95e32fab0.geocode( { 'address': "3717 E Frank Phillips Blvd, Bartlesville, OK 74006, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bartlesville-OK-bell-finance').style.display = '';map = new google.maps.Map(document.getElementById('bartlesville-OK-bell-finance'), mapOptions);}document.getElementById('aa6adabb').innerHTML += ' | View Map';var $lda450a47c2511fc837eb4be95e32fab0 = '

Bell Finance

Address: 3717 E Frank Phillips Blvd, Bartlesville, OK 74006, USA
Phone: (918) 333-1361
';var m_da450a47c2511fc837eb4be95e32fab0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bell Finance',});m_da450a47c2511fc837eb4be95e32fab0['infowindow'] = new google.maps.InfoWindow({content: $lda450a47c2511fc837eb4be95e32fab0});var infowindow = new google.maps.InfoWindow({content: $lda450a47c2511fc837eb4be95e32fab0});google.maps.event.addListener(m_da450a47c2511fc837eb4be95e32fab0, 'click', function() {infowindow.open(map,m_da450a47c2511fc837eb4be95e32fab0);});$marker.push(m_da450a47c2511fc837eb4be95e32fab0);}});}google.maps.event.addDomListener(window, 'load', initialize);