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(34.1635,-118.303)};var g_486f06aa533267bed3c590b52db3d18d = new google.maps.Geocoder();g_486f06aa533267bed3c590b52db3d18d.geocode( { 'address': "1833 S Victory Blvd, Glendale, CA 91201, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('glendale-CA-usaepay').style.display = '';map = new google.maps.Map(document.getElementById('glendale-CA-usaepay'), mapOptions);}document.getElementById('a98eff4e').innerHTML += ' | View Map';var $l486f06aa533267bed3c590b52db3d18d = '

USAePay

Address: 1833 S Victory Blvd, Glendale, CA 91201, USA
Phone: (866) 872-3729
';var m_486f06aa533267bed3c590b52db3d18d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'USAePay',});m_486f06aa533267bed3c590b52db3d18d['infowindow'] = new google.maps.InfoWindow({content: $l486f06aa533267bed3c590b52db3d18d});var infowindow = new google.maps.InfoWindow({content: $l486f06aa533267bed3c590b52db3d18d});google.maps.event.addListener(m_486f06aa533267bed3c590b52db3d18d, 'click', function() {infowindow.open(map,m_486f06aa533267bed3c590b52db3d18d);});$marker.push(m_486f06aa533267bed3c590b52db3d18d);}});}google.maps.event.addDomListener(window, 'load', initialize);