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.4787,-97.6097)};var g_721f379e9defc4d7686e7d2ab93a9d77 = new google.maps.Geocoder();g_721f379e9defc4d7686e7d2ab93a9d77.geocode( { 'address': "4840 NW 10th St, Oklahoma City, OK 73127, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oklahoma-city-OK-advance-auto-credit').style.display = '';map = new google.maps.Map(document.getElementById('oklahoma-city-OK-advance-auto-credit'), mapOptions);}document.getElementById('56359812').innerHTML += ' | View Map';var $l721f379e9defc4d7686e7d2ab93a9d77 = '

Advance Auto Credit

Address: 4840 NW 10th St, Oklahoma City, OK 73127, USA
Phone: (405) 602-0004
';var m_721f379e9defc4d7686e7d2ab93a9d77 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance Auto Credit',});m_721f379e9defc4d7686e7d2ab93a9d77['infowindow'] = new google.maps.InfoWindow({content: $l721f379e9defc4d7686e7d2ab93a9d77});var infowindow = new google.maps.InfoWindow({content: $l721f379e9defc4d7686e7d2ab93a9d77});google.maps.event.addListener(m_721f379e9defc4d7686e7d2ab93a9d77, 'click', function() {infowindow.open(map,m_721f379e9defc4d7686e7d2ab93a9d77);});$marker.push(m_721f379e9defc4d7686e7d2ab93a9d77);}});}google.maps.event.addDomListener(window, 'load', initialize);