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(45.8179,-108.472)};var g_85c8395916ffc2198dd670da1b20d108 = new google.maps.Geocoder();g_85c8395916ffc2198dd670da1b20d108.geocode( { 'address': "1038 Main St #9, Billings, MT 59105, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('billings-MT-express-check-cashing').style.display = '';map = new google.maps.Map(document.getElementById('billings-MT-express-check-cashing'), mapOptions);}document.getElementById('1d6ebd3c').innerHTML += ' | View Map';var $l85c8395916ffc2198dd670da1b20d108 = '

Express Check Cashing

Address: 1038 Main St #9, Billings, MT 59105, USA
Phone: (406) 252-0424
';var m_85c8395916ffc2198dd670da1b20d108 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Express Check Cashing',});m_85c8395916ffc2198dd670da1b20d108['infowindow'] = new google.maps.InfoWindow({content: $l85c8395916ffc2198dd670da1b20d108});var infowindow = new google.maps.InfoWindow({content: $l85c8395916ffc2198dd670da1b20d108});google.maps.event.addListener(m_85c8395916ffc2198dd670da1b20d108, 'click', function() {infowindow.open(map,m_85c8395916ffc2198dd670da1b20d108);});$marker.push(m_85c8395916ffc2198dd670da1b20d108);}});}google.maps.event.addDomListener(window, 'load', initialize);