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(42.5597,-113.794)};var g_2e28d74efa472648baed975276a30308 = new google.maps.Geocoder();g_2e28d74efa472648baed975276a30308.geocode( { 'address': "388 Overland Ave, Burley, ID 83318, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('burley-ID-xpress-cash').style.display = '';map = new google.maps.Map(document.getElementById('burley-ID-xpress-cash'), mapOptions);}document.getElementById('37b7cca2').innerHTML += ' | View Map';var $l2e28d74efa472648baed975276a30308 = '

Xpress Cash

Address: 388 Overland Ave, Burley, ID 83318, USA
Phone: (208) 678-1005
';var m_2e28d74efa472648baed975276a30308 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Xpress Cash',});m_2e28d74efa472648baed975276a30308['infowindow'] = new google.maps.InfoWindow({content: $l2e28d74efa472648baed975276a30308});var infowindow = new google.maps.InfoWindow({content: $l2e28d74efa472648baed975276a30308});google.maps.event.addListener(m_2e28d74efa472648baed975276a30308, 'click', function() {infowindow.open(map,m_2e28d74efa472648baed975276a30308);});$marker.push(m_2e28d74efa472648baed975276a30308);}});}google.maps.event.addDomListener(window, 'load', initialize);