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(37.9521,-122.074)};var g_d6be27d62c712c227540376aeeed3a76 = new google.maps.Geocoder();g_d6be27d62c712c227540376aeeed3a76.geocode( { 'address': "2255 Contra Costa Blvd, Pleasant Hill, CA 94523"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pleasant-hill-CA-gateway-acceptance-co').style.display = '';map = new google.maps.Map(document.getElementById('pleasant-hill-CA-gateway-acceptance-co'), mapOptions);}document.getElementById('74a3b047').innerHTML += ' | View Map';var $ld6be27d62c712c227540376aeeed3a76 = '

Gateway Acceptance Co

Address: 2255 Contra Costa Blvd, Pleasant Hill, CA 94523
Phone: (800) 377-9730
';var m_d6be27d62c712c227540376aeeed3a76 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Gateway Acceptance Co',});m_d6be27d62c712c227540376aeeed3a76['infowindow'] = new google.maps.InfoWindow({content: $ld6be27d62c712c227540376aeeed3a76});var infowindow = new google.maps.InfoWindow({content: $ld6be27d62c712c227540376aeeed3a76});google.maps.event.addListener(m_d6be27d62c712c227540376aeeed3a76, 'click', function() {infowindow.open(map,m_d6be27d62c712c227540376aeeed3a76);});$marker.push(m_d6be27d62c712c227540376aeeed3a76);}});}google.maps.event.addDomListener(window, 'load', initialize);