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(46.8549,-96.799)};var g_c45336d8b21a80da28d793136fbf00b8 = new google.maps.Geocoder();g_c45336d8b21a80da28d793136fbf00b8.geocode( { 'address': "1617 S University Dr, Fargo, ND 58103, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fargo-ND-ameri-cash').style.display = '';map = new google.maps.Map(document.getElementById('fargo-ND-ameri-cash'), mapOptions);}document.getElementById('32bbff9e').innerHTML += ' | View Map';var $lc45336d8b21a80da28d793136fbf00b8 = '

Ameri-Cash

Address: 1617 S University Dr, Fargo, ND 58103, USA
Phone: (701) 235-9555
';var m_c45336d8b21a80da28d793136fbf00b8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ameri-Cash',});m_c45336d8b21a80da28d793136fbf00b8['infowindow'] = new google.maps.InfoWindow({content: $lc45336d8b21a80da28d793136fbf00b8});var infowindow = new google.maps.InfoWindow({content: $lc45336d8b21a80da28d793136fbf00b8});google.maps.event.addListener(m_c45336d8b21a80da28d793136fbf00b8, 'click', function() {infowindow.open(map,m_c45336d8b21a80da28d793136fbf00b8);});$marker.push(m_c45336d8b21a80da28d793136fbf00b8);}});}google.maps.event.addDomListener(window, 'load', initialize);