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(43.1936,-112.358)};var g_9a64b68ff2c9b354218e4b014519f28c = new google.maps.Geocoder();g_9a64b68ff2c9b354218e4b014519f28c.geocode( { 'address': "955 Market St Suite D, Blackfoot, ID 83221, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('blackfoot-ID-xpress-cash').style.display = '';map = new google.maps.Map(document.getElementById('blackfoot-ID-xpress-cash'), mapOptions);}document.getElementById('fa68e3fa').innerHTML += ' | View Map';var $l9a64b68ff2c9b354218e4b014519f28c = '

Xpress Cash

Address: 955 Market St Suite D, Blackfoot, ID 83221, USA
Phone: (208) 785-1660
';var m_9a64b68ff2c9b354218e4b014519f28c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Xpress Cash',});m_9a64b68ff2c9b354218e4b014519f28c['infowindow'] = new google.maps.InfoWindow({content: $l9a64b68ff2c9b354218e4b014519f28c});var infowindow = new google.maps.InfoWindow({content: $l9a64b68ff2c9b354218e4b014519f28c});google.maps.event.addListener(m_9a64b68ff2c9b354218e4b014519f28c, 'click', function() {infowindow.open(map,m_9a64b68ff2c9b354218e4b014519f28c);});$marker.push(m_9a64b68ff2c9b354218e4b014519f28c);}});}google.maps.event.addDomListener(window, 'load', initialize);