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.6022,-116.599)};var g_0873eb83b60c886393773450dda98b3a = new google.maps.Geocoder();g_0873eb83b60c886393773450dda98b3a.geocode( { 'address': "1467 Caldwell Blvd, Nampa, ID 83651, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('nampa-ID-ez-money').style.display = '';map = new google.maps.Map(document.getElementById('nampa-ID-ez-money'), mapOptions);}document.getElementById('e3b395d9').innerHTML += ' | View Map';var $l0873eb83b60c886393773450dda98b3a = '

EZ Money

Address: 1467 Caldwell Blvd, Nampa, ID 83651, USA
Phone: (208) 466-9900
';var m_0873eb83b60c886393773450dda98b3a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'EZ Money',});m_0873eb83b60c886393773450dda98b3a['infowindow'] = new google.maps.InfoWindow({content: $l0873eb83b60c886393773450dda98b3a});var infowindow = new google.maps.InfoWindow({content: $l0873eb83b60c886393773450dda98b3a});google.maps.event.addListener(m_0873eb83b60c886393773450dda98b3a, 'click', function() {infowindow.open(map,m_0873eb83b60c886393773450dda98b3a);});$marker.push(m_0873eb83b60c886393773450dda98b3a);}});}google.maps.event.addDomListener(window, 'load', initialize);