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.9493,-95.8874)};var g_8d96610257155ec690d5e954182813fa = new google.maps.Geocoder();g_8d96610257155ec690d5e954182813fa.geocode( { 'address': "14780 S Memorial Dr, Bixby, OK 74008, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bixby-OK-nelson-auto-finance').style.display = '';map = new google.maps.Map(document.getElementById('bixby-OK-nelson-auto-finance'), mapOptions);}document.getElementById('d5f2bbfb').innerHTML += ' | View Map';var $l8d96610257155ec690d5e954182813fa = '

Nelson Auto Finance

Address: 14780 S Memorial Dr, Bixby, OK 74008, USA
Phone: (918) 296-7885
';var m_8d96610257155ec690d5e954182813fa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Nelson Auto Finance',});m_8d96610257155ec690d5e954182813fa['infowindow'] = new google.maps.InfoWindow({content: $l8d96610257155ec690d5e954182813fa});var infowindow = new google.maps.InfoWindow({content: $l8d96610257155ec690d5e954182813fa});google.maps.event.addListener(m_8d96610257155ec690d5e954182813fa, 'click', function() {infowindow.open(map,m_8d96610257155ec690d5e954182813fa);});$marker.push(m_8d96610257155ec690d5e954182813fa);}});}google.maps.event.addDomListener(window, 'load', initialize);