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.5106,-97.6008)};var g_688c12c655956c135adc7564d36e48fe = new google.maps.Geocoder();g_688c12c655956c135adc7564d36e48fe.geocode( { 'address': "3912 N Meridian Ave, Oklahoma City, OK 73112, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oklahoma-city-OK-pars-auto-credit').style.display = '';map = new google.maps.Map(document.getElementById('oklahoma-city-OK-pars-auto-credit'), mapOptions);}document.getElementById('e2a07071').innerHTML += ' | View Map';var $l688c12c655956c135adc7564d36e48fe = '

Pars Auto Credit

Address: 3912 N Meridian Ave, Oklahoma City, OK 73112, USA
Phone: (405) 606-3021
';var m_688c12c655956c135adc7564d36e48fe = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Pars Auto Credit',});m_688c12c655956c135adc7564d36e48fe['infowindow'] = new google.maps.InfoWindow({content: $l688c12c655956c135adc7564d36e48fe});var infowindow = new google.maps.InfoWindow({content: $l688c12c655956c135adc7564d36e48fe});google.maps.event.addListener(m_688c12c655956c135adc7564d36e48fe, 'click', function() {infowindow.open(map,m_688c12c655956c135adc7564d36e48fe);});$marker.push(m_688c12c655956c135adc7564d36e48fe);}});}google.maps.event.addDomListener(window, 'load', initialize);